com.ibm.commerce.messaging.commands
Class OrderShippingCmdImpl
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, Protectable
- public class OrderShippingCmdImpl
- extends OrderStatusCmdImpl
- implements OrderShippingCmd
The implementation of the OrderShipping command (see interface for a detailed
description of the OrderShipping command)
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. |
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.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
STATUS
public static final java.lang.String STATUS
- The default status message is one is not supplied in the request properties.
OrderShippingCmdImpl
public OrderShippingCmdImpl()
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
-