See:
Description
Interface Summary | |
---|---|
AddItemsToFulfillmentOrderCmd | This AddItemsToFulfillmentOrderCmd Task Command is called by
the AssignToSpecifiedFulfillmentCenterCmd Controller Command to
add items to a fulfillment order at the specified fulfillment center
store. |
AddOrderItemComponentsCmd | Creates the componets that are associated with a composite order item. |
DynamicKitConfigurationAddCmd | This command can be used by an external Product Configurator to define the components of a dynamic kit. |
ExtendOrderItemProcessCmd | Perform any additional processing required for each product or item, just prior to the completion of the calling command. |
GetDynamicKitConfigurationDefinitionCmd | This command is accepts an XML definition of a dynamic kit configuration as input and parses it to extract the configuration information. |
OrderItemAddCmd | Adds items to one or a list of orders. |
OrderItemDeleteCmd | Deletes a product from one or more pending orders. |
OrderItemDisplayCmd | Display a list of order items with pending order status. |
OrderItemMoveCmd | The OrderItemMove command can be used to move order items from one order to another. |
OrderItemUpdateCmd | Adds items to one or a list of orders. |
SetOrderItemFulfillmentCenterCmd | This SetOrderItemFulfillmentCenterCmd Task Command is called
by the AssignToSpecifiedFulfillmentCenterCmd Controller Command to
set the fulfillment center for order items and allocate inventory for the
items. |
ValidateDynamicKitConfigurationCmd | Validates that the configuration assocaited with the provided OrderItem is still valid. |
Class Summary | |
---|---|
AddItemsToFulfillmentOrderCmdImpl | This AddItemsToFulfillmentOrderCmd Task Command Implementation
is called by the AssignToSpecifiedFulfillmentCenterCmd Controller
Command to add items to a fulfillment order at the fulfillment center
store. |
AddOrderItemComponentsCmdImpl | Creates the componets that are associated with a composite order item. |
DynamicKitConfigurationAddCmdImpl | This command can be used by an external Product Configurator to define the components of a dynamic kit. |
ExtendOrderItemProcessCmdImpl | Perform any additional processing required for each product or item, just prior to the completion of the calling command. |
GetDynamicKitConfigurationDefinitionCmdImpl | This command is accepts an XML definition of a dynamic kit configuration as input and parses it to extract the configuration information. |
OrderItemAddCmdImpl | Adds items or products to the list of items that are to be shipped. |
OrderItemBaseCmdImpl | This is the base class for OrderItemAdd and OrderItemUpdate. |
OrderItemDeleteCmdImpl | Deletes a product from one or more pending orders. |
OrderItemDisplayCmdImpl | Display a list of order items with pending order status. |
OrderItemMoveCmdImpl | The OrderItemMove command can be used to move order items from one order to another. |
OrderItemsCmdHelper | This is a helper class containing some useful methods used in the order item related commands. |
OrderItemUpdateCmdImpl | Add products or items to the order list or update the products and items in the existing order list. |
SetOrderItemFulfillmentCenterCmdImpl | This SetOrderItemFulfillmentCenterCmdImpl Task Command
Implementation is called by the
AssignToSpecifiedFulfillmentCenterCmd Controller Command to set
the fulfillment center of the specified order items and allocate inventory for
the items. |
ValidateDynamicKitConfigurationCmdImpl | This default implementation is a stub that performs no business logic |
Contains classes and interfaces for handling commands related to the order items component of the order subsytem.