com.ibm.commerce.utf.commands
Class RFQResponseRejectCmdImpl
com.ibm.commerce.command.AbstractECTargetableCommand
|
+--com.ibm.commerce.command.ControllerCommandImpl
|
+--com.ibm.commerce.tools.command.ToolsControllerCommandImpl
|
+--com.ibm.commerce.utf.commands.RFQResponseRejectCmdImpl
- All Implemented Interfaces:
- AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, RFQResponseRejectCmd, ToolsControllerCommand
- public class RFQResponseRejectCmdImpl
- extends ToolsControllerCommandImpl
- implements RFQResponseRejectCmd
ControllerCommand class implemetation for rejecting RFQ responses.
- See Also:
validateParameters()
,
Method Summary |
void |
performExecute()
Sets the specified RFQ responses to the LOST state. |
void |
validateParameters()
Checks if the required parameters, rfq_id and response_id exist. |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties |
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 |
RFQResponseRejectCmdImpl
public RFQResponseRejectCmdImpl()
performExecute
public void performExecute()
throws ECException
- Sets the specified RFQ responses to the LOST state.
Calls the
RejectRFQResponsesCmd
task command.
- Specified by:
performExecute
in interface ECCommand
- Overrides:
performExecute
in class AbstractECTargetableCommand
- Throws:
ECException.
- - See Also:
validateParameters()
,
validateParameters
public void validateParameters()
throws ECException
- Checks if the required parameters,
rfq_id
and response_id
exist.
The response_id
parameter value is a comma separated list of RFQ
response ids, i.e.,response_id=10015,10021,10022
.
- Specified by:
validateParameters
in interface ECCommand
- Overrides:
validateParameters
in class AbstractECTargetableCommand
- Throws:
ECException.
-