public interface CheckInventoryAvailabilityCmd extends TaskCommand
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 | setCatEntry(Item aCatEntry)
Sets the item to be checked.
|
void | setCatEntryFulfillmentCenters(java.util.Vector avCatEntryFulfillmentCenters)
Sets the list of fulfillment center identifiers for the Item specified by the setCatEntry method.
|
void | setOrderItemFulfillmentCentersMaps(java.util.Hashtable ahsOrderItemFulfillmentCentersMaps)
Sets lists of fulfillment centers to check inventory for items specified by the setOrderItems method.
|
void | setOrderItems(java.util.Enumeration aenOrderItems)
Sets the items to be checked.
|
void | setStoreId(java.lang.Integer aStoreId)
Deprecated.
This method has no effect.
|
void | setUnitOfMeasure(java.lang.String astrUnitOfMeasure)
Sets the unit of measure for the quantity of the Item specified by the setCatEntry method.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrderItems(java.util.Enumeration aenOrderItems)
void setOrderItemFulfillmentCentersMaps(java.util.Hashtable ahsOrderItemFulfillmentCentersMaps)
void setStoreId(java.lang.Integer aStoreId)
void setCatEntry(Item aCatEntry)
void setCatEntryFulfillmentCenters(java.util.Vector avCatEntryFulfillmentCenters)
void setUnitOfMeasure(java.lang.String astrUnitOfMeasure)