com.ibm.commerce.orderitems.commands
Interface SetOrderItemFulfillmentCenterCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
SetOrderItemFulfillmentCenterCmdImpl

public interface SetOrderItemFulfillmentCenterCmd
extends TaskCommand

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
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the Command Interface class.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values
Method Detail

setOrderItems

public void setOrderItems(java.util.Vector avOrderItems)
Sets the OrderItems parameters.

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.

Parameters:
avOrderItems - The Vector containing the OrderItemAccessBeans.

setFulfillmentCenterIds

public void setFulfillmentCenterIds(java.util.Vector avFFMCenterIds)
Sets the fulfillment center ID parameters.

This is a manadatory parameter. If there are more fulfillment center ID parameters than OrderItemAccessBean parameters, the extra fulfillment center ID parameters are ignored.

Parameters:
avFFMCenterIds - The Vector contining the String representation of the fulfillment center IDs that are to be used to set the fulfillment center ID attribute of the corresponding order items.