java.lang.ObjectCacheableCommandImpl
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()
public BusinessFlowEntityBean getEntityObject()
public void setStateIdentifier(java.lang.Integer aStateIdentifier)
public java.lang.String getFlowContext()
public void setFlowContext(java.lang.String aFlowContext)
public void setRequestProperties(TypedProperty reqProperties) throws ECException
public void reset()
public void validateParameters() throws ECException
public OrgEntityFlowEntityBean getOrgFlowEntityBean()
public void setOrgFlowEntityBean(OrgEntityFlowEntityBean orgFlowEntityBean)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.