public interface AllocateExpectedInventoryCmd extends TaskCommand
AllocateInventory task command. It is to backorder expected ATP inventory
for a specified order item from one of the fulfillment centers. They are specified in a prioritized list
of fulfillment centers.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation of this task command interface.
|
static java.lang.String |
NAME
The name of this task command interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFulfillmentCenters(java.util.Vector newFulfillmentCenters)
Sets a prioritized list of fulfillment centers from which the inventory should be backordered.
|
void |
setOrderItem(OrderItemAccessBean anOrderItem)
Sets the order item for which expected inventory is to be backordered.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setFulfillmentCenters(java.util.Vector newFulfillmentCenters)
newFulfillmentCenters - a prioritized list of fulfillment center identifiers (Vector of Integer).void setOrderItem(OrderItemAccessBean anOrderItem)
anOrderItem - the order item to be backordered.