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

Contains the commands used in the Place Order wizard and Change Order wizard in WebSphere Commerce Accelerator.

See:
          Description

Interface Summary
CSRCustomerAddressAddCmd Create a new address for the customer by calling AddressUpdateCmd.
CSRGuestCustomerAddCmd This command will create a guest customer.
CSROrderAdjustmentUpdateCmd Updates the order level menu adjustments, eCoupons, and overrides the shipping charges for the order(s).
CSROrderCancelCmd Call the AdminOrderCancel command to cancel orders.
CSROrderCommentsAddCmd Add a comment to orders.
CSROrderCommentsNotifyCmd Send the order comment to the email address specified.
CSROrderItemAddCmd Adds one or more order items to an order.
CSROrderItemAddressUpdateCmd Updates the address ID of the order item on behalf of the customer.
CSROrderItemDeleteCmd Deletes one or more order items from an order.
CSROrderItemSplitCmd Group a set of order items into one order by calling OrderItemMove command.
CSROrderItemUpdateCmd Updates one or more order items in an order.
CSROrderPrepareCmd Prepare pending order(s) by calling OrderPrepare command.
CSROrderProcessCmd Process an order on behalf of the customer.
CSROrderProductContractPriceCmd This controller command acts as a task command that extracts a list of contract prices available for the catalog entry in the store for the shopper.
CSROrderRollBackCmd Change the first order so that it will contain the same order items as those order items 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.
 

Class Summary
CSRBaseControllerCommandImpl This class contain some basic functionality which some of the Place Order wizard and Change Order notebook within the WebSphere Commerce Accelerator related class can extend from this class.
CSRCustomerAddressAddCmdImpl Create a new address for the customer by calling AddressUpdateCmd.
CSRGuestCustomerAddCmdImpl This class will create a guest customer by using the access bean.
CSROrderAdjustmentUpdateCmdImpl Updates the order level menu adjustments, eCoupons, and overrides the shipping charges for the order(s).
CSROrderCancelCmdImpl Call the AdminOrderCancel command to cancel orders.
CSROrderCommentsAddCmdImpl This class will add a comment to orders.
CSROrderCommentsNotifyCmdImpl Send the order comment to the email address specified.
CSROrderItemAddCmdImpl Adds one or more order items to an order If the order does not exist, creates one and return the order ID.
CSROrderItemAddressUpdateCmdImpl Updates the address ID of the order item on behalf of the customer.
CSROrderItemDeleteCmdImpl Deletes one or more order items from an order.
CSROrderItemSplitCmdImpl Group a set of order items into one order by calling OrderItemMove command.
CSROrderItemUpdateCmdImpl Updates one or more order items in an order.
CSROrderPrepareCmdImpl Prepare pending order(s) by calling OrderPrepare command.
CSROrderProcessCmdImpl If the process is creating order(finish action in the Place Order wizard), this command will first do the adjustments by calling CSROrderAdustmentUpdateCmd if applicable, then process the pending order(s) and complete the order(s) by calling OrderProcessCmd, finally add comments.
CSROrderProductContractPriceCmdImpl Extracts a list of available contract prices for the catalog entry in the store for the shopper
CSROrderRollBackCmdImpl Change the first order so that it will contain the same order items as those order items in the backup order.
CSROrderStatusChangeCmdImpl This class updates the status of the order and its order items.
 

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

Contains the commands used in the Place Order wizard and Change Order wizard in WebSphere Commerce Accelerator.