java.lang.Object | +--CacheableCommandImpl | +--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()
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)
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
ECCommand.performExecute()
public void reset()
AbstractECTargetableCommand
reset
in class
AbstractECTargetableCommand
com.ibm.sfc.cmd.Command#reset()
public void validateParameters() throws ECException
AbstractECTargetableCommand
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException
ECCommand.validateParameters()
public boolean checkApproval() throws ECException
ECException