com.ibm.commerce.messaging.commands
Class OrderConfirmCmdImpl

com.ibm.commerce.command.AbstractECTargetableCommand
  |
  +--com.ibm.commerce.command.ControllerCommandImpl
        |
        +--com.ibm.commerce.messaging.commands.OrderStatusCmdImpl
              |
              +--com.ibm.commerce.messaging.commands.OrderConfirmCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, OrderConfirmCmd, OrderStatusCmd, Protectable

public class OrderConfirmCmdImpl
extends OrderStatusCmdImpl
implements OrderConfirmCmd

The implementation of the OrderConfirm command (see interface for a detailed description of the OrderConfirm command)


Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String STATUS
          The default status message if one is not supplied in the request properties.
 
Fields inherited from class com.ibm.commerce.messaging.commands.OrderStatusCmdImpl
iMerchantOrderNumber, iOrderId, osItems, osProp
 
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl
requestProperties, responseProperties, retriable, viewReqProperties
 
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.messaging.commands.OrderConfirmCmd
defaultCommandClassName, NAME
 
Constructor Summary
OrderConfirmCmdImpl()
           
 
Method Summary
 void setRequestProperties(TypedProperty aRequestProperties)
          Binds the parameters received by the request properties to variables that are used for determining the order to updated.
 
Methods inherited from class com.ibm.commerce.messaging.commands.OrderStatusCmdImpl
checkOrderStatusSequence, createOrderStatus, doPostProcess, doPreProcess, doProcess, getResourceOwners, getResources, isReadyToCallExecute, performExecute, propertySet, reset, updateOrder
 
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, 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, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.messaging.commands.OrderStatusCmd
doPostProcess, doPreProcess, doProcess
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
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, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.

STATUS

public static final java.lang.String STATUS
The default status message if one is not supplied in the request properties.
Constructor Detail

OrderConfirmCmdImpl

public OrderConfirmCmdImpl()
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws ECException
Binds the parameters received by the request properties to variables that are used for determining the order to updated. Also, a validation check is performed on some of the given parameters and if this check fails, an ECException is thrown.
Specified by:
setRequestProperties in interface ControllerCommand
Overrides:
setRequestProperties in class OrderStatusCmdImpl
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Throws:
ECException -