public class OrgEntityRegistrationAddPostApprovalNotificationCmdImpl extends TaskCommandImpl implements OrgEntityRegistrationAddPostApprovalNotificationCmd
Behavior
Exception Conditions
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
NAME| Constructor and Description |
|---|
OrgEntityRegistrationAddPostApprovalNotificationCmdImpl()
Constructor for OrgEntityRegistrationAddPostApprovalCmdImpl.
|
| Modifier and Type | Method and Description |
|---|---|
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(com.ibm.commerce.ubf.event.BusinessFlowEventData anEventData)
Sets the business flow event data.
|
void |
setEntityId(java.lang.Long anEntityId)
Sets the entity ID.
|
void |
setEntityObject(java.lang.Object anEntityObject)
Sets the entity object.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public OrgEntityRegistrationAddPostApprovalNotificationCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionTargetableCommand.performExecute()public java.lang.String getEventIdentifier()
getEventIdentifier in interface com.ibm.commerce.ubf.commands.EntryActionCmdEntryActionCmd.getEventIdentifier()public void setBusinessFlowEventData(com.ibm.commerce.ubf.event.BusinessFlowEventData anEventData)
setBusinessFlowEventData in interface com.ibm.commerce.ubf.commands.EntryActionCmdanEventData - the business flow event data objectEntryActionCmd.setBusinessFlowEventData(BusinessFlowEventData)public void setEntityId(java.lang.Long anEntityId)
setEntityId in interface com.ibm.commerce.ubf.commands.EntryActionCmdanEntityId - the entity idEntryActionCmd.setEntityId(Long)public void setEntityObject(java.lang.Object anEntityObject)
setEntityObject in interface com.ibm.commerce.ubf.commands.EntryActionCmdanEntityObject - the entity objectEntryActionCmd.setEntityObject(Object)