com.ibm.commerce.fulfillment.commands
Interface AllocateExpectedInventoryCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- AllocateExpectedInventoryCmdImpl
- public interface AllocateExpectedInventoryCmd
- extends TaskCommand
Allocates expected inventory for a particular order item at a particular fulfillment center.
Method Summary |
void |
setFulfillmentCenters(java.util.Vector newFulfillmentCenters)
Sets a prioritized list of fulfillment centers from which the inventory should be allocated. |
void |
setOrderItem(OrderItemAccessBean anOrderItem)
Sets the order item for which expected inventory is to be allocated. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class.
NAME
public static final java.lang.String NAME
setFulfillmentCenters
public void setFulfillmentCenters(java.util.Vector newFulfillmentCenters)
- Sets a prioritized list of fulfillment centers from which the inventory should be allocated.
setOrderItem
public void setOrderItem(OrderItemAccessBean anOrderItem)
- Sets the order item for which expected inventory is to be allocated.