public class BusinessFlowCmdImpl extends com.ibm.commerce.command.ControllerCommandImpl implements BusinessFlowCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
BusinessFlowCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getEntityId()
Get the Id of the business flow entity.
|
BusinessFlowEntityBean |
getEntityObject()
Get the business flow entity object.
|
java.lang.String |
getFlowContext()
Get the flow context which is set up by the action cmd and to be stored into the FLINSTANCE table by UBF.
|
java.lang.Integer |
getStateIdentifier()
Get the state identifier.
|
boolean |
isReadyToCallExecute()
Check whether this commmand is ready for execution.
|
void |
reset()
Reset all parameters.
|
void |
setEntityId(java.lang.Long newEntityId)
Set the Id of the business flow entity.
|
void |
setEntityObject(BusinessFlowEntityBean newEntityObject)
Set the business flow entity object.
|
void |
setFlowContext(java.lang.String newFlowContext)
Insert the method's description here.
|
void |
setStateIdentifier(java.lang.Integer newStateIdentifier)
Set the state identifier.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setRequestProperties, setResponseProperties, setRetriable, setViewInputPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersaccessControlCheck, getAccCheck, setAccCheckcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public java.lang.Long getEntityId()
getEntityId in interface BusinessFlowCmdpublic BusinessFlowEntityBean getEntityObject()
getEntityObject in interface BusinessFlowCmdpublic java.lang.String getFlowContext()
BusinessFlowCmdgetFlowContext in interface BusinessFlowCmdpublic java.lang.Integer getStateIdentifier()
public boolean isReadyToCallExecute()
isReadyToCallExecute in class com.ibm.commerce.command.AbstractECTargetableCommandpublic void reset()
reset in class com.ibm.commerce.command.AbstractECTargetableCommandpublic void setEntityId(java.lang.Long newEntityId)
newEntityId - The Id of the business flow entity.public void setEntityObject(BusinessFlowEntityBean newEntityObject)
newEntityObject - The business flow entity object.public void setFlowContext(java.lang.String newFlowContext)
setFlowContext in interface BusinessFlowCmdnewFlowContext - java.lang.Stringpublic void setStateIdentifier(java.lang.Integer newStateIdentifier)
setStateIdentifier in interface BusinessFlowCmdnewStateIdentifier - The state identifier.