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)
param
- java.lang.Longpublic void setFulfillmentCenterId(java.lang.Integer ffmcid)
ffmcid
- java.lang.Integerpublic void setQuantity(java.lang.Integer argQuantity)
argQuantity
- java.lang.Longpublic void setReservationId(java.lang.Long rid)
public void setStore(StoreAccessBean param)
param
-
com.ibm.commerce.common.objects.StoreAccessBean