com.ibm.commerce.messaging.commands
Class OrderShippingCmdImpl

java.lang.Object
  |
  +--CacheableCommandImpl
        |
        +--com.ibm.commerce.command.AbstractECTargetableCommand
              |
              +--com.ibm.commerce.command.ControllerCommandImpl
                    |
                    +--com.ibm.commerce.messaging.commands.OrderStatusCmdImpl
                          |
                          +--com.ibm.commerce.messaging.commands.OrderShippingCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, OrderShippingCmd, OrderStatusCmd

public class OrderShippingCmdImpl
extends OrderStatusCmdImpl
implements OrderShippingCmd

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

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String STATUS
          The default status message is one is not supplied in the request properties.
 
Fields inherited from class com.ibm.commerce.messaging.commands. OrderStatusCmdImpl
UPDATEMODE_COMPLETE, UPDATEMODE_PARTIAL
 
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. OrderShippingCmd
defaultCommandClassName, NAME
 
Constructor Summary
OrderShippingCmdImpl()
           
 
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, getIAccessVector, getIMerchantOrderNumber, getIOrderId, getOrderStatus, getOsItems, getOsProp, getResources, isReadyToCallExecute, performExecute, propertySet, reset, setOrder, setOrderStatus, updateOrder, validateParameters
 
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties
 
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.messaging.commands. OrderStatusCmd
doPostProcess, doPreProcess, doProcess
 
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, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 

Field Detail
public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

STATUS

public static final java.lang.String STATUS
The default status message is one is not supplied in the request properties.
See Also:
Constant Field Values
Constructor Detail

OrderShippingCmdImpl

public OrderShippingCmdImpl()
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:
aRequestProperties - request properties
Throws:
ECException