com.ibm.commerce.rfq.commands
Class RFQResponseChangeStateAdvCmdImpl
com.ibm.commerce.rfq.commands.RFQResponseChangeStateBaseCmdImpl
|
+--com.ibm.commerce.rfq.commands.RFQResponseChangeStateAdvCmdImpl
- All Implemented Interfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable, RFQResponseChangeStateAdvCmd, RFQResponseChangeStateBaseCmd
- public class RFQResponseChangeStateAdvCmdImpl
- extends RFQResponseChangeStateBaseCmdImpl
- implements RFQResponseChangeStateAdvCmd
Implementation for changing response state controller command
This command changes the state of the response and does not forward to a viewcommand.
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 interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
EC_PARAM_ENENT
public static java.lang.String EC_PARAM_ENENT
EC_PARAM_FLOWTYPE
public static java.lang.String EC_PARAM_FLOWTYPE
RFQResponseChangeStateAdvCmdImpl
public RFQResponseChangeStateAdvCmdImpl()
performExecute
public void performExecute()
throws ECException
- Changes the state of response and forward the request to a viewcommand
- Specified by:
performExecute
in interface ECCommand
- Overrides:
performExecute
in class RFQResponseChangeStateBaseCmdImpl
- Following copied from interface:
com.ibm.commerce.command.ECCommand
- Throws:
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.