Package com.ibm.commerce.tools.optools.order.commands

Provides the tools Controller Commands that are required for order management in WebSphere Commerce Accelerator.

See:
          Description

Interface Summary
CSRCustomerAddressAddCmd Creates a new address on behalf of the customer.
CSREmailOrderCmd Composes and sends an OrderReceived message with the supplied recipient, sender and subject.
CSRGuestCustomerAddCmd This task command will create a guest customer object.
CSROrderAdjustmentUpdateCmd Updates the order level CSR adjustments, eCoupons, and overrides the shipping charges for the order(s).
CSROrderCancelCmd Cancels the order.
CSROrderCommentsAddCmd Adds CSR comment to an order.
CSROrderCommentsNotifyCmd Sends the order comment to the email address specified.
CSROrderCopyCmd Creates a copy of an order.
CSROrderItemAddCmd Adds one or more order items to an order.
CSROrderItemAddressUpdateCmd Updates the shipping address ID for order items on behalf of the customer.
CSROrderItemDeleteCmd Deletes one or more order items from an order.
CSROrderItemSplitCmd Moves order items from one order to the other.
CSROrderItemUpdateCmd Updates one or more order items in an order.
CSROrderPrepareCmd Calls OrderPrepareCmd to prepare orders on behalf of customer.
CSROrderProcessCmd Process an order on behalf of the customer.
CSROrderProductContractPriceCmd The command returns customer's entitled contract prices for the enquiring products.
CSROrderRollBackCmd Rollback all the changes to the order based on the information in the backup order.
CSROrderStatusChangeCmd Updates the status of the order and its order items.
ECOptoolsConstants This contains all the constants which the Place Order wizard and Change Order notebook within the WebSphere Commerce Accelerator and related commands will use.
OrderItemAttachmentViewCmd This command is to retrieve the attachment object from the database and will render it for viewing from a browser.
 
Class Summary
CSRBaseControllerCommandImpl Base class for CSR Order Capture controller commands.
CSRCustomerAddressAddCmdImpl This is the default implementation of the CSRCustomerAddressCmd command.
CSREmailOrderCmdImpl This is the default implementation of the CSROEmailOrderCmd command.
CSRGuestCustomerAddCmdImpl This is the default implementation of the CSRGuestCustomerAddressCmd command.
CSROrderAdjustmentUpdateCmdImpl This is the default implementation of the CSROrderAdjustmentUpdateCmd command.
CSROrderCancelCmdImpl This is the default implementation of the CSROrderCancelCmd command.
CSROrderCommentsAddCmdImpl This is the default implementation of the CSROrderCommentsAddCmd command.
CSROrderCommentsNotifyCmdImpl This is the default implementation of the CSROrderCommentsNotifyCmd command.
CSROrderCopyCmdImpl This is the default implementation of the CSROrderCopyCmd command.
CSROrderItemAddCmdImpl This is the default implementation of the CSROrderItemAddCmd command.
CSROrderItemAddressUpdateCmdImpl This is the default implementation of the CSROrderItemAddressUpdateCmd command.
CSROrderItemDeleteCmdImpl This is the default implementation of the CSROrderItemDeleteCmd command.
CSROrderItemSplitCmdImpl This is the default implementation of the CSROrderItemSplitCmd command.
CSROrderItemUpdateCmdImpl This is the default implementation of the CSROrderItemUpdateCmd command.
CSROrderPrepareCmdImpl This is the default implementation of the CSROrderItemAddCmd command.
CSROrderProcessCmdImpl This is the default implementation of the CSROrderProcessCmd command.
CSROrderProductContractPriceCmdImpl This is the default implementation of the CSROrderProductContractPriceCmd command.
CSROrderRollBackCmdImpl This is the default implementation of the CSROrderProcessCmd command.
CSROrderStatusChangeCmdImpl This is the default implementation of the CSROrderStatusChangCmd command.
OrderItemAttachmentViewCmdImpl This command is to retrieve the attachment object from the database and will render it for viewing from a browser.
 

Package com.ibm.commerce.tools.optools.order.commands Description

Provides the tools Controller Commands that are required for order management in WebSphere Commerce Accelerator.