See:
Description
Interface Summary | |
---|---|
CheckProcessBackordersCmd | Figure out which stores actually have something that needs to be done by checking if there is work for ProcessBackOrdersCmd to do for inStoreToCheck. |
CheckRAReallocateCmd | This CheckRAReallocateCMD checks to see if there is work for
RAReallocate to do for the given store. |
CheckReleaseExpiredAllocationsCmd | This CheckReleaseExpiredAllocationsCmd checks to see if there
is work for ReleaseExpiredAllocations to do for inStoreToCheck. |
CheckReleaseToFulfillmentCmd | This CheckReleaseToFulfillmentCmd checks to see if there is
work for ReleaseToFulfillment to do for the given store. |
ProcessBackordersCmd | This ProcessBackordersCmd is 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
raallocation database stored procedure to reconcile 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 | Default implementation of the CheckProcessBackordersCmd
interface. |
CheckRAReallocateCmdImpl | This CheckRAReallocateCMD checks to see if there is work for
RAReallocate to do for the given store by figuring out which stores actually
have something that needs to be done. |
CheckReleaseExpiredAllocationsCmdImpl | This CheckReleaseExpiredAllocationsCmd implementation figures
out which stores actually have something that needs to be done. |
CheckReleaseToFulfillmentCmdImpl | This CheckReleaseToFulfillmentCmd implements figuring out
which stores actually have something that needs to be done. |
ProcessBackordersCmdImpl | This ProcessBackordersComd is 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 | Default implementation of the controller command
ReleaseExpiredAllocationsCmd interface. |
ReleaseToFulfillmentCmdImpl | Default implementation of the controller command
ReleaseToFulfillmentCmd interface. |
Contains commands related reallocations,fulfillments and back orders.