java.lang.Object | +--BusinessFlowCmdImpl | +--com.ibm.commerce.rfq.commands.RFQResponseChangeStateBaseCmdImpl | +--com.ibm.commerce.rfq.commands.RFQResponseChangeStateAdvCmdImpl
Implementation for changing the state of the RFQ response. This command changes the state of the response and forwards the request to a view command.
This command calls the following TaskCommands:
This command uses the following AccessBeans:RFQResponseAccessBean
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Fields inherited from interface com.ibm.commerce.rfq.commands. RFQResponseChangeStateAdvCmd |
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Fields inherited from interface com.ibm.commerce.rfq.commands. RFQResponseChangeStateBaseCmd |
NAME |
Constructor Summary | |
---|---|
RFQResponseChangeStateAdvCmdImpl() |
Method Summary | |
---|---|
void |
performExecute() Changes the state of response and forward the request to a viewcommand |
Methods inherited from class com.ibm.commerce.rfq.commands. RFQResponseChangeStateBaseCmdImpl |
getErrorContent,
getErrorFlag,
getResponseDataBean,
getResponseId,
getSourceState,
setErrorContent,
setErrorFlag,
setResponseDataBean,
setResponseId,
setSourceState,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public RFQResponseChangeStateAdvCmdImpl()
Method Detail |
---|
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
RFQResponseChangeStateBaseCmdImpl
ECException