com.ibm.commerce.fulfillment.commands
Interface DeallocateExistingInventoryCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- DeallocateExistingInventoryCmdImpl
- public interface DeallocateExistingInventoryCmd
- extends TaskCommand
Deallocates existing inventory for a particular order item.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
setOrderItem
public void setOrderItem(OrderItemAccessBean anOrderItem)
- Sets an order item for which existing inventory is to be deallocated.