com.ibm.commerce.inventory.commands
Interface AdjustInventoryReservationCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
AdjustInventoryReservationCmdImpl

public interface AdjustInventoryReservationCmd
extends TaskCommand

This task command adjusts the inventory for a given inventory reservation by the amount of the given quantity. Required arguments are inventory reservation number and adjustment quantity (which may be negative).


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.AdjustInventoryReservationCmdImpl".
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.inventory.commands.AdjustInventoryReservationCmd".
 
Method Summary
 void setInvRsrvId(java.lang.Long argInvRsrvId)
          method description: set the reserve_id.
 void setQuantity(java.lang.Integer argQuantity)
          method description: set the quantity.
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.inventory.commands.AdjustInventoryReservationCmdImpl".

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.inventory.commands.AdjustInventoryReservationCmd".
Method Detail

setInvRsrvId

public void setInvRsrvId(java.lang.Long argInvRsrvId)
method description: set the reserve_id.

setQuantity

public void setQuantity(java.lang.Integer argQuantity)
method description: set the quantity.