|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
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)
param
- java.lang.Longpublic void setStore(StoreAccessBean param)
param
- com.ibm.commerce.common.objects.StoreAccessBean
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |