java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.ControllerCommandImpl
com.ibm.commerce.messaging.commands.OrderStatusCmdImpl
com.ibm.commerce.messaging.commands.OrderInvoiceCmdImpl
The implementation of the OrderInvoice command (see interface for a detailed description of the OrderInvoice command)
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
static java.lang.String | STATUS The default status messaging if 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.OrderInvoiceCmd |
defaultCommandClassName, NAME |
Constructor Summary | |
OrderInvoiceCmdImpl() |
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 |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String STATUS
Constructor Detail |
public OrderInvoiceCmdImpl()
Method Detail |
public void setRequestProperties(TypedProperty aRequestProperties) throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.