Package com.ibm.commerce.orderitems.commands

Contains classes and interfaces for handling commands related to the order items component of the order subsytem.

See:
          Description

Interface Summary
AddOrderItemComponentsCmd Creates the componets that are associated with a composite order item.
AdminOrderItemUpdateCmd This is an administrator's command.
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 or products to the list of items that are to be shipped.
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 Add products or items to the order list or update the products and items in the existing order list.
ValidateDynamicKitConfigurationCmd Validates that the configuration assocaited with the provided OrderItem is still valid.
 

Class Summary
AddOrderItemComponentsCmdImpl Creates the componets that are associated with a composite order item.
AdminOrderItemUpdateCmdImpl This is an administrator's command.
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.
ValidateDynamicKitConfigurationCmdImpl This default implementation is a stub that performs no business logic
 

Package com.ibm.commerce.orderitems.commands Description

Contains classes and interfaces for handling commands related to the order items component of the order subsytem.