Package com.ibm.commerce.fulfillment.commands

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

See:
          Description

Interface Summary
AllocateExistingInventoryCmd Allocates existing inventory for a particular order item at a particular fulfillment center.
AllocateExpectedInventoryCmd Allocates expected inventory for a particular order item at a particular fulfillment center.
AllocateInventoryCmd This command can allocate, backorder, and reverse inventory allocations for a list of order items.
ApplyOrderShippingChargesCmd The interface allows for shipping charges to be set for each OrderItem.
CheckInventoryAvailabilityCmd Checks that either there is sufficient existing inventory for a list of items, or that they could be backordered.
CheckInventoryCmd CheckInventory let you check inventory for items.
DeallocateExistingInventoryCmd Deallocates existing inventory for a particular order item.
DeallocateExpectedInventoryCmd Deallocates expected inventory for a particular order item at a particular fulfillment center.
GetEligibleFulfillmentCentersCmd For each input item, returns a list of fulfillment centers (ordered in sequence of descending preference from first to last) that could ship that item if there was sufficient inventory.
GetOrderShippingTotalCmd Calculate the total shipping charges for an order.
ResolveFulfillmentCenterCmd Resolve fulfillment center id for a catalog entry or a list of order items.
ReverseUpdateInventoryCmd ReverseUpdateInventory let you undo an updating of inventory for items.
UpdateInventoryCmd UpdateInventory let you update inventory for items.
UpdateInventoryForOrderItemsCmd Update Inventory for order items.
 

Class Summary
AllocateExistingInventoryCmdImpl Allocates existing inventory for a particular order item at a particular fulfillment center.
AllocateExpectedInventoryCmdImpl Allocates expected inventory for a particular order item at a particular fulfillment center.
AllocateInventoryCmdImpl This command can allocate, backorder, and reverse inventory allocations for a list of order items.
ApplyOrderShippingChargesCmdImpl The default implementation will use CalculationCodes with calculationUsage of Shipping to set the shipping charges for each OrderItem.
CheckInventoryAvailabilityCmdImpl Checks that either there is sufficient existing inventory for a list of items, or that they could be backordered.
CheckInventoryCmdImpl CheckInventory let you check inventory for items.
DeallocateExistingInventoryCmdImpl Deallocates existing inventory for a particular order item.
DeallocateExpectedInventoryCmdImpl Deallocates expected inventory for a particular order item at a particular fulfillment center.
GetEligibleFulfillmentCentersCmdImpl For each input item, returns a list of fulfillment centers (ordered in sequence of descending preference from first to last) that could ship that item if there was sufficient inventory.
GetOrderShippingTotalCmdImpl Adds the shipping charges on each suborder from column OYSHTOT in table ORDERPAY and saves the result in PRODUCT_SHIPPING.
InventoryBaseCmdImpl This is the base class for the CheckInventory, UpdateInventory and ReverseUpdateInventory.
ResolveFulfillmentCenterCmdImpl Resolve fulfillment center id for a catalog entry or a list of order items.
ReverseUpdateInventoryCmdImpl ReverseUpdateInventory let you undo an updating of inventory for items.
UpdateInventoryCmdImpl UpdateInventory let you update inventory for items.
UpdateInventoryForOrderItemsCmdImpl Update Inventory for order items.
 

Package com.ibm.commerce.fulfillment.commands Description

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