public interface ReserveInventoryCmd extends TaskCommand
Adds a row to the INVRESERVE
table.
Required parameters are:
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.ReserveInventoryCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.inventory.commands.ReserveInventoryCmd".
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getReserveId()
Gets the reservation identifier created after executing this command.
|
void |
setFFCId(java.lang.Integer argFFCId)
Sets the fulfillment center identifier.
|
void |
setItemSpcId(java.lang.Long argItemSpcId)
Sets the item specified for reservation.
|
void |
setQuantity(java.lang.Integer argQuantity)
Sets the quantity of the reservation.
|
void |
setReservationInstance(java.lang.String argReservationInstance)
Sets the reservation description identifying the instance.
|
void |
setReservationType(java.lang.Long argReservationType)
Sets the reservation type.
|
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
java.lang.Long getReserveId()
void setFFCId(java.lang.Integer argFFCId)
argFFCId
- fulfillment center idvoid setItemSpcId(java.lang.Long argItemSpcId)
argItemSpcId
- item idvoid setQuantity(java.lang.Integer argQuantity)
argQuantity
- reservation quantityvoid setReservationInstance(java.lang.String argReservationInstance)
argReservationInstance
- reservation descriptionvoid setReservationType(java.lang.Long argReservationType)
INVRSRVTYP
table.argReservationType
- reservation type