This AddItemsToFulfillmentOrderCmd Task Command is called by the AssignToSpecifiedFulfillmentCenterCmd Controller Command to add items to a fulfillment order at the specified fulfillment center store.
The command could be used to add items to an existing fulfillment order if a fulfillment order ID is specified. If no fulfillment order ID is specified, a new fulfillment order is created.
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 | |
java.lang.String | getOrderReferenceNumber() Returns the order reference number of the fulfillment order. |
void | setCatalogEntryId(java.util.Hashtable ahshCatEntryId) Sets the Catalog Entry ID parameters. |
void | setFulfillmentOrderId(java.lang.String strOrderId) Sets the fulfillmentOrderId property of the command. |
void | setFulfillmentOrderName(java.lang.String strOrderName) Sets the fulfillmentOrderName property of the command. |
void | setItemSpecId(java.util.Hashtable ahshItemSpecId) Sets the specified item ID parameters. |
void | setItemSpecQuantity(java.util.Hashtable ahshQuantity) Sets the specified item quantity parameters. |
void | setQuantity(java.util.Hashtable ahshQuantity) Sets the quantity 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 java.lang.String getOrderReferenceNumber()
public void setCatalogEntryId(java.util.Hashtable ahshCatEntryId)
Specifies the IDs of the catalog entries to be added to the fulfillment order.
This is a mandatory parameter.
public void setFulfillmentOrderId(java.lang.String strOrderId)
This parameter is required if we are adding to an existing fulfillment order.
public void setFulfillmentOrderName(java.lang.String strOrderName)
This parameter is ignored if we are adding to an existing order.
public void setItemSpecId(java.util.Hashtable ahshItemSpecId)
Specifies the IDs of the specified items that are to be added to the fulfillment order.
A command implemenation may use either the ItemSpec IDs or the CatalogEntry IDs to identify the items to be added to the fulfillment order.
public void setItemSpecQuantity(java.util.Hashtable ahshQuantity)
Specifies the quantities of the specified items we want to add to the fulfillment order.
public void setQuantity(java.util.Hashtable ahshQuantity)
Specifies the quantities of the Catalog Entry items we want to add to the fulfillment order.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.