java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.usermanagement.commands.OrgEntityRegistrationAddCheckApprovalCmdImpl
This command is used to check if approval is needed for an organization registration.
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.OrgEntityRegistrationAddCheckApprovalCmd |
NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
OrgEntityRegistrationAddCheckApprovalCmdImpl() Constructor for OrgEntityRegistrationAddCheckApprovalCmdImpl. |
Method Summary | |
boolean | checkApproval() Checks if approval is needed for the organization. |
java.lang.String | getEventIdentifier() Gets the event identifier. |
void | performExecute() Executes the command. |
void | reset() This method should be called after a command has been executed to reset its states variables. |
void | setBusinessFlowEventData(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. |
void | validateParameters() Performs parameter checking. |
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, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
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 OrgEntityRegistrationAddCheckApprovalCmdImpl()
Method Detail |
public java.lang.String getEventIdentifier()
public void setBusinessFlowEventData(BusinessFlowEventData anEventData)
public void setEntityId(java.lang.Long anEntityId)
public void setEntityObject(java.lang.Object anEntityObject)
public void performExecute() throws ECException
public void reset()
public void validateParameters() throws ECException
public boolean checkApproval() throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.