See: Description
Interface | Description |
---|---|
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 Inventory controller command is invoked by the WebSphere Commerce scheduler to allocate
inventory to backordered items for a given store.
|
ProcessFutureOrdersCmd |
This Inventory controller command is invoked by the WebSphere Commerce scheduler,
this command attempts to allocate inventory to backordered items for a given store.
|
RAReallocateCmd |
This controller command is 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 |
This controller command is invoked by the WebSphere Commerce scheduler.It
releases order item allocations that have exceeded their expiration times.
|
ReleaseToFulfillmentCmd |
This Inventory controller command is used to releases orders to fulfillment for a given store.
|
Class | Description |
---|---|
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. |
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 is the default implementation of the
ProcessBackordersCmd controller command. |
ProcessFutureOrdersCmdImpl |
This is the default implementation of the
ProcessFutureOrdersCmd controller command. |
RAReallocateCmdImpl |
This is the default implementation of the
RAReallocateCmd controller command. |
ReleaseExpiredAllocationsCmdImpl |
This is the default implementation of the controller command
ReleaseExpiredAllocationsCmd interface. |
ReleaseToFulfillmentCmdImpl |
This is the default implementation of the
ReleaseToFulfillmentCmd controller command. |