public class OrgEntityRegistrationAddApprovalBaseCmdImpl extends ControllerCommandImpl implements com.ibm.commerce.ubf.commands.BusinessFlowCmd
Behavior
Exception Conditions
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of this class.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName| Constructor and Description |
|---|
OrgEntityRegistrationAddApprovalBaseCmdImpl()
Constructor for OrgEntityRegistrationAddApprovalBaseCmdImpl.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getEntityId()
Returns the ID of the OrgEntityFlowEntityBean object associated with this instance.
|
com.ibm.commerce.ubf.beans.BusinessFlowEntityBean |
getEntityObject()
Gets the OrgEntityFlowEntityBean object associated with this instance.
|
java.lang.String |
getFlowContext()
Gets the flow context.
|
com.ibm.commerce.member.helpers.OrgEntityFlowEntityBean |
getOrgFlowEntityBean()
Returns an instance of OrgEntityFlowEntityBean.
|
void |
reset()
This method is called after a command has been executed.
|
void |
setFlowContext(java.lang.String aFlowContext)
Sets the flow context.
|
void |
setOrgFlowEntityBean(com.ibm.commerce.member.helpers.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()
This method performs server side parameter checking.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, 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, waitexecuteexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, setAccCheckcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public OrgEntityRegistrationAddApprovalBaseCmdImpl()
public java.lang.Long getEntityId()
getEntityId in interface com.ibm.commerce.ubf.commands.BusinessFlowCmdBusinessFlowCmd.getEntityId()public com.ibm.commerce.ubf.beans.BusinessFlowEntityBean getEntityObject()
getEntityObject in interface com.ibm.commerce.ubf.commands.BusinessFlowCmdBusinessFlowCmd.getEntityObject()public void setStateIdentifier(java.lang.Integer aStateIdentifier)
setStateIdentifier in interface com.ibm.commerce.ubf.commands.BusinessFlowCmdjava.lang.Integer - The state identifier.BusinessFlowCmd.setStateIdentifier(Integer)public java.lang.String getFlowContext()
getFlowContext in interface com.ibm.commerce.ubf.commands.BusinessFlowCmdBusinessFlowCmd.getFlowContext()public void setFlowContext(java.lang.String aFlowContext)
setFlowContext in interface com.ibm.commerce.ubf.commands.BusinessFlowCmdjava.lang.String - Flow context.BusinessFlowCmd.setFlowContext(String)public void setRequestProperties(TypedProperty reqProperties) throws ECException
setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplcom.ibm.commerce.datatype.TypedProperty - com.imb.commerce.exception.ECExceptionECExceptionControllerCommand.setRequestProperties(TypedProperty)public void reset()
AbstractECTargetableCommandreset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandCommand.reset()public void validateParameters()
throws ECException
AbstractECTargetableCommandcheckParameters() method from version 5.1.
The default implementation of validateParameters() is a no op.
It is the responsibility of the command writers to implement this method if they want to perform
server side parameter checking.validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionECCommand.validateParameters()public com.ibm.commerce.member.helpers.OrgEntityFlowEntityBean getOrgFlowEntityBean()
public void setOrgFlowEntityBean(com.ibm.commerce.member.helpers.OrgEntityFlowEntityBean orgFlowEntityBean)
orgFlowEntityBean - The orgFlowEntityBean to set.