Base comamnd for monitoring when notifications need to be sent.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation of this command. |
static java.lang.String | NAME The name of this command. |
static java.lang.String | NOTIFY_RFQ_OWNER_PARAM Notify RFQ Owner |
static java.lang.String | SCHJOB_COMPETED_STATE_FLAG Scheduler Job Complete State |
static java.lang.String | SCHJOB_REFNUM_PARAM Scheduler Job Reference Number Name |
static java.lang.String | SELLER_MBR_GROUP_NAME_TO_NOTIFY_OWNERID_PARAM Seller Member Group to Notify Owner |
static java.lang.String | SELLER_MBR_GROUP_NAME_TO_NOTIFY_PARAM Seller Member Group Name to Notify |
static java.lang.Integer | siteStoreId Site Store Id |
Method Summary | |
boolean | getNotifyRFQOwner() |
java.lang.String | getSellerMemberGroupNameToNotify() |
java.lang.Long | getSellerMemberGroupToNotifyOwnerId() |
void | setNotifyRFQOwner(boolean aFlag) |
void | setSellerMemberGroupNameToNotify(java.lang.String mbrGroup) |
void | setSellerMemberGroupToNotifyOwnerId(java.lang.Long mbrGrpOwnerId) |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String SCHJOB_COMPETED_STATE_FLAG
public static final java.lang.String SCHJOB_REFNUM_PARAM
public static final java.lang.String SELLER_MBR_GROUP_NAME_TO_NOTIFY_PARAM
public static final java.lang.String SELLER_MBR_GROUP_NAME_TO_NOTIFY_OWNERID_PARAM
public static final java.lang.String NOTIFY_RFQ_OWNER_PARAM
public static final java.lang.Integer siteStoreId
Method Detail |
public boolean getNotifyRFQOwner()
public java.lang.String getSellerMemberGroupNameToNotify()
public java.lang.Long getSellerMemberGroupToNotifyOwnerId()
public void setNotifyRFQOwner(boolean aFlag)
public void setSellerMemberGroupNameToNotify(java.lang.String mbrGroup)
public void setSellerMemberGroupToNotifyOwnerId(java.lang.Long mbrGrpOwnerId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.