java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.usermanagement.commands.OrgEntityRegistrationAddPostApprovalNotificationCmdImpl
This command is used to perform post approval organization registration actions.
Behavior
Exception Conditions
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.usermanagement.commands. OrgEntityRegistrationAddPostApprovalNotificationCmd |
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
OrgEntityRegistrationAddPostApprovalNotificationCmdImpl() Constructor for OrgEntityRegistrationAddPostApprovalCmdImpl. |
Method Summary | |
---|---|
java.lang.String |
getEventIdentifier() Event identifier can indicate that the registration has been approved or rejected. |
void |
performExecute() Checks the event identifier; if it is set to APPROVE then an approval will be sent, if it is set to REJECTED then a rejected message will be sent. |
void |
setBusinessFlowEventData(BusinessFlowEventData anEventData) Sets the busniess flow event data. |
void |
setEntityId(java.lang.Long anEntityId) Sets the entity id. |
void |
setEntityObject(java.lang.Object anEntityObject) Sets the entity object. |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public OrgEntityRegistrationAddPostApprovalNotificationCmdImpl()
Method Detail |
---|
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
com.ibm.sfc.cmd.TargetableCommand#performExecute()
public java.lang.String getEventIdentifier()
com.ibm.commerce.ubf.commands.EntryActionCmd#getEventIdentifier()
public void setBusinessFlowEventData(BusinessFlowEventData anEventData)
com.ibm.commerce.ubf.commands.EntryActionCmd#setBusinessFlowEventData(BusinessFlowEventData)
public void setEntityId(java.lang.Long anEntityId)
com.ibm.commerce.ubf.commands.EntryActionCmd#setEntityId(Long)
public void setEntityObject(java.lang.Object anEntityObject)
com.ibm.commerce.ubf.commands.EntryActionCmd#setEntityObject(Object)