The purpose of this command is to adjust (release or increase) inventory for a speicifed product. This command can be used for both ATP and non-ATP stores.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
static java.lang.String | defaultCommandClassName The default implementation class is "com.ibm.commerce.inventory.commands.GenericInventoryAdjustCmdImpl". |
static java.lang.String | NAME The name of this interface is "com.ibm.commerce.inventory.commands.GenericInventoryAdjustCmd". |
Method Summary | |
void | setCatEntryId(java.lang.Long param) Set the catalog entry Id of the product to reserve. |
void | setFulfillmentCenterId(java.lang.Integer ffmcid) Set the Fulfill center id. |
void | setQuantity(java.lang.Integer argQuantity) Set the quantity of the product to adjust. |
void | setReservationId(java.lang.Long rid) Set the reservation id. |
void | setStore(StoreAccessBean param) Set the store object in which this reservation is taking place. |
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 setCatEntryId(java.lang.Long param)
public void setFulfillmentCenterId(java.lang.Integer ffmcid)
public void setQuantity(java.lang.Integer argQuantity)
public void setReservationId(java.lang.Long rid)
public void setStore(StoreAccessBean param)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.