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
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. |
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
public static final java.lang.String STATUS
Constructor Detail |
---|
public OrderShippingCmdImpl()
Method Detail |
---|
public void setRequestProperties(TypedProperty aRequestProperties) throws ECException
setRequestProperties
in interface
ControllerCommand
setRequestProperties
in class
OrderStatusCmdImpl
aRequestProperties
- request propertiesECException