public interface AdjustInventoryCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.commands.AdjustInventoryCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.inventory.commands.AdjustInventoryCmd".
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCatEntryId()
This method returns the catEntryId
|
java.lang.String |
getQuantity()
This method returns the quantity
|
java.lang.String |
getQuantityMeasure()
This method returns the quantity
|
void |
setCatEntryId(java.lang.Long catEntry_id)
This method sets the catEntry parameters to check inventory
It is optional if order item is set
|
void |
setFlagCheck(java.lang.String newFlag)
This method sets the flag of inventory flags
|
void |
setFlagUpdate(java.lang.String newFlag)
This method sets the flag of inventoryFlags
|
void |
setFulfillmentCenterId(java.lang.Integer fulfillmentCenter_id)
This method sets the fulfillmentCenter parameters to check inventory on
It is optional if order item is set
|
void |
setQuantity(java.lang.String quantity)
This method sets the quantity for the new created inventory
|
void |
setQuantityMeasure(java.lang.String newQuantityMeasure)
This method sets the quantity measure
|
void |
setStoreId(java.lang.Integer storeId)
This method sets a store id to check the inventory.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setQuantity(java.lang.String quantity)
quantity
- java.lang.Long getCatEntryId()
java.lang.String getQuantity()
void setQuantityMeasure(java.lang.String newQuantityMeasure)
newQuantityMeasure
- java.lang.String getQuantityMeasure()
void setFlagCheck(java.lang.String newFlag)
newFlag
- the new flag to be set into inventory flags columnvoid setFlagUpdate(java.lang.String newFlag)
newFlag
- the new flag of check to be set into inventory flags columnvoid setCatEntryId(java.lang.Long catEntry_id)
catEntry_id
- void setFulfillmentCenterId(java.lang.Integer fulfillmentCenter_id)
fulfillmentCenter_id
- void setStoreId(java.lang.Integer storeId)
storeId
- integer