See: Description
| Interface | Description |
|---|---|
| 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 |
Perform ATP inventory operations for a list of order items.
|
| ApplyOrderShippingChargesCmd | Deprecated
Replaced by
ApplyCalculationUsageCmd. |
| CheckInventoryAvailabilityCmd |
Checks that either there is sufficient existing inventory for a list of order 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, it returns a list of fulfillment centers (ordered in sequence of
descending preference from first to last).
|
| InventoryBalanceUpdateCmd |
This controller command is to be exposed to the external OMS through inbound service infrastructure.
|
| ListFulfillmentCentersCmd | Deprecated
Replaced by
com.ibm.commerce.fulfillment.commands.GetEligibleFulfillmentCentersCmd. |
| 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.
|
| SynchronizeExpectedInventoryRecordTaskCmd |
This is the a task command to synchronize the local expected inventory cache
|
| SynchronizeProductAvailabilityCtrlCmd |
This is the a controller command to synchronize the external inventory to local cache
|
| UpdateInventoryCmd |
UpdateInventory let you update inventory for items.
|
| UpdateInventoryForOrderItemsCmd |
Update Inventory for order items.
|
| ValidateComponentsCmd |
This task command validate components for package or dynamic kit.
|
| Class | Description |
|---|---|
| AllocateExistingInventoryCmdImpl |
The default implementation of the
AllocateExistingInventory task command
interface. |
| AllocateExpectedInventoryCmdImpl |
The default implementation of the
AllocateExpectedInventory task command
interface. |
| AllocateInventoryCmdImpl |
The default implementation of the
AllocateInventory task command interface. |
| ApplyOrderShippingChargesCmdImpl | Deprecated
Replaced by
ApplyCalculationUsageCmdImpl. |
| ATPParameters |
This is a class that wraps the ATP parameters together.
|
| CheckInventoryAvailabilityBECmdImpl |
Checks that either there is sufficient existing inventory for a list of items from a backend.
|
| CheckInventoryAvailabilityCmdImpl |
The default implementation of the
CheckInventoryAvailability task command
interface. |
| CheckInventoryCmdImpl |
CheckInventory let you check inventory for items.
|
| DeallocateExistingInventoryCmdImpl |
The default implementation of the
DeallocateExistingInventory task command
interface. |
| DeallocateExpectedInventoryCmdImpl |
The default implementation of the
DeallocateExpectedInventory task command
interface. |
| FulfillmentRegistry |
This registry caches fulfillment-related entities, such as ShippingArrangements.
|
| GetEligibleFulfillmentCentersCmdImpl |
The default implementation of the
GetEligibleFulfillmentCenters task command
interface. |
| InventoryBalanceUpdateCmdImpl |
This class is the default implementation of
InventoryBalanceUpdateCmd controller command. |
| InventoryBaseCmdImpl |
This is the base class for the CheckInventory, UpdateInventory and ReverseUpdateInventory.
|
| InventoryManagementHelper |
This is a helper class for inventory management.
|
| JurisdictionGroupCache |
This MRU cache caches JurisdictionIds by JurisdictionGroupId.
|
| JurisdictionGroupCache.Key |
Key class of JurisdictionGroupCache.
|
| ListFulfillmentCentersCmdImpl | Deprecated
Replaced by
com.ibm.commerce.fulfillment.commands.GetEligibleFulfillmentCentersCmdImpl. |
| OrderItemListHelper |
This helper class to facilitate various operations on the collections of order items.
|
| ResolveFulfillmentCenterCmdImpl |
Resolve fulfillment center id for a catalog entry or a list of order items.
|
| ReverseInventoryHelper |
This helper class is used to reverse inventory allocation.
|
| ReverseUpdateInventoryCmdImpl |
ReverseUpdateInventory let you undo an updating of inventory for items.
|
| ShippingArrangementCache |
This MRU cache caches ShippingArrangementWrappers by storeId and shippingModeId.
|
| ShippingArrangementCache.Key |
Key class of ShippingArrangementCache.
|
| ShippingArrangementPrecedenceQuickSortCompare |
This class is a quick sort comparison to sort the Shipping Arrangement precedence
|
| ShippingArrangementWrapper |
Provides business logic associated with a ShippingArrangement.
|
| ShippingHelper |
This is a helper class used for shipping.
|
| ShippingJurisdictionCache |
This MRU cache caches ShippingJurisdictionIds by AddressId.
|
| ShippingJurisdictionCache.Key |
Key class of ShippingJurisdictionCache.
|
| ShippingJurisdictionGroupCache |
This MRU cache caches ShippingJurisdictionIds by ShippingJurisdictionGroupId.
|
| StoredProcedureHelperProxy |
This helper class to facilitate various operations on the collections of order items.
|
| SynchronizeExpectedInventoryRecordTaskCmdImpl |
This is the default implementation of the
SynchronizeExpectedInventoryRecordTaskCmd
task command. |
| SynchronizeOnhandInventoryRecordTaskCmdImpl |
This is the default implementation of the
SynchronizeOnhandInventoryRecordTaskCmd
task command. |
| SynchronizeProductAvailabilityCtrlCmdImpl |
This is the default implementation of the
SynchronizeProductAvailabilityCtrlCmd
task command. |
| UpdateInventoryCmdImpl |
UpdateInventory let you update inventory for items.
|
| UpdateInventoryForOrderItemsCmdImpl |
Update Inventory for order items.
|
| ValidateComponentsCmdImpl |
This is the default implementation of
ValidateComponentsCmd task command. |
| ValidateComponentsForPackageCmdImpl |
This implementation of
ValidateComponentsCmd task command validates components for package only. |
Contains the interfaces and classes for the inventory and fulfillment related commands.