com.ibm.commerce.messaging.commands
Class OrderInvoiceCmdImpl

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.OrderInvoiceCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, OrderInvoiceCmd, OrderStatusCmd, Protectable

public class OrderInvoiceCmdImpl
extends OrderStatusCmdImpl
implements OrderInvoiceCmd

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

See Also:
Serialized Form

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

COPYRIGHT

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 messaging if one is not supplied in the request properties.
See Also:
Constant Field Values
Constructor Detail

OrderInvoiceCmdImpl

public OrderInvoiceCmdImpl()
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 - the request properties
Throws:
ECException
See Also:
ControllerCmd#setRequestProperties(TypedProperty)

Feedback