java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.usermanagement.commands.OrgEntityRegistrationAddApprovalBaseCmdImpl
This command is a base class for commands in the organization registration approval process.
Behavior
Exception Conditions
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME The name of this class. |
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.command. ControllerCommandImpl |
requestProperties,
responseProperties,
retriable,
viewReqProperties |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
OrgEntityRegistrationAddApprovalBaseCmdImpl() Constructor for OrgEntityRegistrationAddApprovalBaseCmdImpl. |
Method Summary | |
---|---|
java.lang.Long |
getEntityId() Returns the ID of the OrgEntityFlowEntityBean object associated with this instance. |
BusinessFlowEntityBean |
getEntityObject() Gets the OrgEntityFlowEntityBean object associated with this instance. |
java.lang.String |
getFlowContext() Gets the flow context. |
OrgEntityFlowEntityBean |
getOrgFlowEntityBean() Returns an instance of OrgEntityFlowEntityBean. |
void |
reset() This method should be called after a command has been executed to reset its states variables. |
void |
setFlowContext(java.lang.String aFlowContext) Sets the flow context. |
void |
setOrgFlowEntityBean(OrgEntityFlowEntityBean orgFlowEntityBean) Sets an instance of the organization entity flow entity bean. |
void |
setRequestProperties(
TypedProperty reqProperties) Sets the request properties, and initializes the OrgEntityFlowEntityBean. |
void |
setStateIdentifier(java.lang.Integer aStateIdentifier) Sets the state identifier. |
void |
validateParameters() Performs server side parameter checking. |
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setResponseProperties,
setRetriable,
setViewInputProperties |
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,
performExecute,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
execute |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
setAccCheck |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public OrgEntityRegistrationAddApprovalBaseCmdImpl()
Method Detail |
---|
public java.lang.Long getEntityId()
com.ibm.commerce.ubf.commands.BusinessFlowCmd#getEntityId()
public BusinessFlowEntityBean getEntityObject()
com.ibm.commerce.ubf.commands.BusinessFlowCmd#getEntityObject()
public void setStateIdentifier(java.lang.Integer aStateIdentifier)
com.ibm.commerce.ubf.commands.BusinessFlowCmd#setStateIdentifier(Integer)
public java.lang.String getFlowContext()
com.ibm.commerce.ubf.commands.BusinessFlowCmd#getFlowContext()
public void setFlowContext(java.lang.String aFlowContext)
com.ibm.commerce.ubf.commands.BusinessFlowCmd#setFlowContext(String)
public void setRequestProperties(TypedProperty reqProperties) throws ECException
setRequestProperties
in interface
ControllerCommand
setRequestProperties
in class
ControllerCommandImpl
com.imb.commerce.exception.ECException
ECException
ControllerCommand.setRequestProperties(TypedProperty)
public void reset()
AbstractECTargetableCommand
reset
in class
AbstractECTargetableCommand
com.ibm.sfc.cmd.Command#reset()
public void validateParameters() throws ECException
ECCommand
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException
ECCommand.validateParameters()
public OrgEntityFlowEntityBean getOrgFlowEntityBean()
public void setOrgFlowEntityBean(OrgEntityFlowEntityBean orgFlowEntityBean)
orgFlowEntityBean
- The orgFlowEntityBean to
set.