com.ibm.commerce.rfq.commands
Class RFQResponseChangeStateAdvCmdImpl

java.lang.Object
  |
  +--BusinessFlowCmdImpl
        |
        +--com.ibm.commerce.rfq.commands.RFQResponseChangeStateBaseCmdImpl
              |
              +--com.ibm.commerce.rfq.commands.RFQResponseChangeStateAdvCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, RFQResponseChangeStateAdvCmd, RFQResponseChangeStateBaseCmd, ToolsControllerCommand

public class RFQResponseChangeStateAdvCmdImpl
extends RFQResponseChangeStateBaseCmdImpl
implements RFQResponseChangeStateAdvCmd

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:
See Also:
Serialized Form

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
Copyright.
See Also:
Constant Field Values
Constructor Detail

RFQResponseChangeStateAdvCmdImpl

public RFQResponseChangeStateAdvCmdImpl()
Method Detail

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
Throws:
ECException