Package com.ibm.commerce.inventory.scheduled.commands

Contains commands related reallocations, fulfillments, and back orders.

See:
          Description

Interface Summary
CheckProcessBackordersCmd See if there is work for ProcessBackOrdersCmd to do for inStoreToCheck.
CheckRAReallocateCmd See if there is work for RAReallocate to do for the given store.
CheckReleaseExpiredAllocationsCmd See if there is work for ReleaseExpiredAllocations to do for inStoreToCheck.
CheckReleaseToFulfillmentCmd See if there is work for ReleaseToFulfillment to do for the given store.
ProcessBackordersCmd Invoked by the WebSphere Commerce scheduler, this command attempts to allocate inventory to backordered items for a given store.
RAReallocateCmd Invoked by the WebSphere Commerce scheduler, this command calls the stored procedure RAAllocation which reconciles existing backorders with existing expected inventory receipts for the given store.
ReleaseExpiredAllocationsCmd Invoked by the WebSphere Commerce scheduler, this command releases order item allocations that have exceeded their expiration times.
ReleaseToFulfillmentCmd Invoked by the WebSphere Commerce scheduler, this command releases orders to fulfillment.
 

Class Summary
CheckProcessBackordersCmdImpl Figure out which stores actually have something that needs to be done.
CheckRAReallocateCmdImpl Figure out which stores actually have something that needs to be done.
CheckReleaseExpiredAllocationsCmdImpl Figure out which stores actually have something that needs to be done.
CheckReleaseToFulfillmentCmdImpl Figure out which stores actually have something that needs to be done.
ProcessBackordersCmdImpl Invoked by the WebSphere Commerce scheduler, this command attempts to allocate inventory to backordered items for a given store.
RAReallocateCmdImpl Invoked by the WebSphere Commerce scheduler, this command reconciles expected inventory receipts for a given store to existing backorders to determine current expected ship dates.
ReleaseExpiredAllocationsCmdImpl Invoked by the WebSphere Commerce scheduler, this command releases order item allocations for a given store that have exceeded their expiration times.
ReleaseToFulfillmentCmdImpl Invoked by the WebSphere Commerce scheduler, this command releases orders to fulfillment for a given store.
 

Package com.ibm.commerce.inventory.scheduled.commands Description

Contains commands related reallocations, fulfillments, and back orders.