java.lang.ObjectCacheableCommandImpl
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
public java.lang.String getEventIdentifier()
public void setBusinessFlowEventData(BusinessFlowEventData anEventData)
public void setEntityId(java.lang.Long anEntityId)
public void setEntityObject(java.lang.Object anEntityObject)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.