This SetOrderItemFulfillmentCenterCmd Task Command is called by the AssignToSpecifiedFulfillmentCenterCmd Controller Command to set the fulfillment center for order items and allocate inventory for the items.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation class. |
static java.lang.String | NAME The name of the Command Interface class. |
Method Summary | |
void | setFulfillmentCenterIds(java.util.Vector avFFMCenterIds) Sets the fulfillment center ID parameters. |
void | setOrderItems(java.util.Vector avOrderItems) Sets the OrderItems parameters. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setOrderItems(java.util.Vector avOrderItems)
Specifies a Vector of OrderItemAccessBeans representing the order items whose fulfillment center ID attributes are to be set to the corresponding fulfillment center ID specified by the fulfillment center ID parameters.
This is a mandatory parameter. If there are more OrderItemAccessBean parameters than fulfillment center ID parameters, the extra order items are not changed.
public void setFulfillmentCenterIds(java.util.Vector avFFMCenterIds)
This is a manadatory parameter. If there are more fulfillment center ID parameters than OrderItemAccessBean parameters, the extra fulfillment center ID parameters are ignored.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.