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.
Fields inherited from interface com.ibm.commerce.contract.commands.ContractSubmitResponseCmd
defaultCommandClassName, NAME
Constructor Summary
ContractSubmitResponseCmdImpl()
Method Summary
void performExecute()
This method returns the response properties to the caller command
void setRequestProperties(TypedProperty aRequestProperties)
Retrieves input parameters from the request properties.
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.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
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

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
Constructor Detail

ContractSubmitResponseCmdImpl

public ContractSubmitResponseCmdImpl()
Method Detail

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