com.ibm.commerce.order.commands
Interface ReprepareOrderCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ReprepareOrderCmdImpl
- public interface ReprepareOrderCmd
- extends TaskCommand
Re-calculates shipping charges and taxes, and locks the order.
Method Summary |
void |
setOrder(OrderAccessBean abOrder)
Sets the order to reprepare. |
void |
setOrders(java.util.Vector avOrderId)
Sets ids of the orders to be reprepared. |
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
setOrder
public void setOrder(OrderAccessBean abOrder)
- Sets the order to reprepare.
setOrders
public void setOrders(java.util.Vector avOrderId)
- Sets ids of the orders to be reprepared.
- Parameters:
newOrderId
- java.util.Vector order identifiers