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.


Field Summary
static java.lang.String EC_PARAM_ENENT
           
static java.lang.String EC_PARAM_FLOWTYPE
           
 
Fields inherited from class com.ibm.commerce.rfq.commands.RFQResponseChangeStateBaseCmdImpl
errorContent, errorFlag, responseDB
 
Fields inherited from interface com.ibm.commerce.rfq.commands.RFQResponseChangeStateAdvCmd
COPYRIGHT, NAME
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Fields inherited from interface com.ibm.commerce.rfq.commands.RFQResponseChangeStateBaseCmd
COPYRIGHT, 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 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.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

EC_PARAM_ENENT

public static java.lang.String EC_PARAM_ENENT

EC_PARAM_FLOWTYPE

public static java.lang.String EC_PARAM_FLOWTYPE
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
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.