See: Description
| Interface | Description |
|---|---|
| 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 components that are associated with a composite order item.
|
| AdminOrderItemUpdateCOCmd |
This Order controller command is used for a TSR/CSR to manually add or update a price and
currency for the order items.
|
| CheckAndResetOrderItemPriceFlagCmd |
This task command is used to check and reset the bit price flag
"PRICE_REFRESHED" for the order items if price is expired. |
| CopyOrderItemComponentsCmd |
This command copies dynamic kit components from one order item to another order item.
|
| CopyOrderItemConfigurationCmd |
This command copies dynamic kit configuration from one order item to another order item.
|
| CreateOrderItemConfigurationCmd |
This command creates configuration for an order item whose catEntry type is DynamicKitBean
|
| DynamicKitConfigurationAddCmd |
This controller command is used by an external Product Configuration 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.
|
| GetOrderItemsTotalAmountCmd |
This task command is used to sum up the order item array's total charge amount.
|
| InventoryAllocationCheckCmd |
This controller command is used to redirect to a specified URL based on the status of the order items
in specified orders.
|
| OrderConfigurationAddCmd |
This controller command is used to store configurations of dynamic kits to database, and add the dynamic kits to shopping cart.
|
| OrderConfigurationUpdateCmd |
This command updates configurations for dynamic kit items in a shopping cart.
|
| OrderItemAddCmd |
Adds items to one or a list of orders.
|
| OrderItemDeleteCmd |
This Order controller command is used to delete some order items from one or more pending orders
for some orderitemIds or product.
|
| OrderItemDisplayCmd |
This Order controller command is used to 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.
|
| ResolveOrderItemPriceCmd |
This command is used to resolve price for a group of order items from one order.
|
| RetrieveTradingsTaskCmd |
This task command is used to retrieve trading agreements for an order item based on the price refresh flag.
|
| 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. |
| UpdateOrderItemConfigurationCmd |
This command updates configuration for an order item whose catEntry type is DynamicKitBean
|
| ValidateDynamicKitConfigurationCmd |
Validates that the configuration associated with the provided OrderItem is still valid.
|
| Class | Description |
|---|---|
| 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 components that are associated with a composite order item.
|
| AdminOrderItemUpdateCOCmdImpl |
This is the default implementation of the
AdminOrderItemUpdateCOCmd
controller command. |
| CheckAndResetOrderItemPriceFlagCmdImpl |
This is the default implementation of the
CheckAndResetOrderItemPriceFlagCmd
task command. |
| CopyOrderItemComponentsCmdImpl |
This is dummy implementation of
CopyOrderItemComponentsCmd |
| CopyOrderItemComponentsForDynamicKitCmdImpl |
This command copies dynamic kit components from one order item to another order item.
|
| CopyOrderItemConfigurationCmdImpl |
This is dummy implementation of
CopyOrderItemConfigurationCmd. |
| CopyOrderItemConfigurationForDynamicKitCmdImpl |
This task command implements
CopyOrderItemConfigurationCmd interface. |
| CreateOrderItemConfigurationCmdImpl |
This is the default implementation of
CreateOrderItemConfigurationCmd. |
| DOMOrderItemAddCmdImpl | Deprecated
Replaced by
OrderItemAddCmdImpl. |
| DOMOrderItemBaseCmdImpl | Deprecated
Replaced by
OrderItemBaseCmdImpl. |
| DOMOrderItemUpdateCmdImpl | Deprecated
Replaced by
OrderItemUpdateCmdImpl. |
| DynamicKitConfigurationAddCmdImpl |
This is the default implementation of the
DynamicKitConfigurationAddCmd controller command. |
| ExtendOrderItemProcessCmdImpl |
Perform any additional processing required for
each product or item, just prior to the completion of the calling command.
|
| ExternalOrderItemAddCmdImpl |
This implementation is to add order items into order.
|
| ExternalOrderItemBaseCmdImpl |
This is the base class for
ExternalOrderItemAdd and ExternalOrderItemUpdate. |
| ExternalOrderItemUpdateCmdImpl |
This implementation is to update order items.
|
| GetDynamicKitConfigurationDefinitionCmdImpl |
This command is accepts an XML definition of a dynamic kit configuration as input and parses it to extract the
configuration information.
|
| GetOrderItemsTotalAmountCmdImpl |
This is implementation of the
GetOrderItemsTotalAmountCmd task command. |
| InventoryAllocationCheckCmdImpl |
This is the default implementation of the
InventoryAllocationCheckCmd controller command. |
| OrderConfigurationAddCmdImpl |
This is the default implementation of the
OrderConfigurationAddCmd
controller command. |
| OrderConfigurationBaseCmdImpl |
This is base class of
OrderConfigurationAddCmdImpl and OrderConfigurationUpdateCmdImpl. |
| OrderConfigurationUpdateCmdImpl |
This is the default implementation of the
OrderConfigurationUpdateCmd controller command. |
| OrderItemAddCmdImpl |
Adds items or products to the list of items that are to be shipped.
|
| OrderItemBaseCmdImpl |
This is the base class for
OrderItemAddCmdImpl and OrderItemUpdateCmdImpl. |
| OrderItemConfigurationBaseCmdImpl |
This is the base class of
CreateOrderItemConfigurationCmdImpl and UpdateOrderItemConfigurationCmdImpl
It invokes OIConfigJDBCHelperBean to access OICONFIG table. |
| OrderItemDeleteCmdImpl |
This is the default implementation of the
OrderItemDeleteCmd
controller command. |
| OrderItemDisplayCmdImpl |
This is the default implementation of the
OrderItemDisplayCmd
controller command used to 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.
|
| ResolveOrderItemPriceCmdImpl |
This is implementation of the
ResolveOrderItemPriceCmd task command. |
| RetrieveTradingsTaskCmdImpl |
This is the default implementation of the
RetrieveTradingsTaskCmd
task command. |
| 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. |
| UpdateOrderItemConfigurationCmdImpl |
This is the default implementation of
UpdateOrderItemConfigurationCmd. |
| ValidateDynamicKitConfigurationCmdImpl |
This default implementation is a stub that performs no business logic
|
| ValidateDynamicKitConfigurationInSterlingCmdImpl |
This command implementation validates that the configuration associated with the provided OrderItem is still valid.
|
| VATGetOrderItemsTotalAmountCmdImpl |
This is implementation of the
GetOrderItemsTotalAmountCmd task command. |