com.ibm.commerce.contract.commands
Class ContractSubmitResponseCmdImpl
java.lang.Object
com.ibm.commerce.ubf.commands.BusinessFlowCmdImpl
com.ibm.commerce.contract.commands.ContractSubmitResponseCmdImpl
- All Implemented Interfaces:
- AccCommand, ContractSubmitResponseCmd, ControllerCommand, ECCommand, Protectable
- public class ContractSubmitResponseCmdImpl
- extends com.ibm.commerce.ubf.commands.BusinessFlowCmdImpl
- implements ContractSubmitResponseCmd
This command will be called when a contract be submitted to approve (WebSphere Commerce Business Edition only). It will return the redirect url to the response properties.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASSNAME
The name of this command. |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
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, setRetriable, setViewInputProperties |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
CLASSNAME
public static final java.lang.String CLASSNAME
- The name of this command.
- See Also:
- Constant Field Values
ContractSubmitResponseCmdImpl
public ContractSubmitResponseCmdImpl()
performExecute
public void performExecute()
throws ECException
- This method returns the response properties to the caller command
-
- Specified by:
- performExecute in interface ECCommand
-
- Throws:
- ECException
- See Also:
- AbstractECTargetableCommand.performExecute()
setRequestProperties
public void setRequestProperties(TypedProperty aRequestProperties)
throws ECApplicationException
- Retrieves input parameters from the request properties.
-
- Specified by:
- setRequestProperties in interface ControllerCommand
-
- Parameters:
- aRequestProperties - An TypedProperty object contains the input parameters. For this default implementation, redirecturl is the required parameter.
- Throws:
- ECApplicationException
- See Also:
- ControllerCommandImpl.setRequestProperties(TypedProperty)
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.