com.ibm.commerce.order.commands
Interface PrepareOrderCmd

All Superinterfaces:
TaskCommand
All Known Subinterfaces:
PrepareProcurementOrderCmd
All Known Implementing Classes:
PrepareOrderCmdImpl, PrepareProcurementOrderCmdImpl

public interface PrepareOrderCmd
extends TaskCommand

This command prepares an order by determining prices, discounts, shipping charges, and taxes for an order.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of the Command Interface class.
 
Method Summary
 void setOrder( OrderAccessBean abOrder)
          Sets the order to prepare.
 void setOrders(java.util.Vector avOrderId)           Sets ids of the orders to be prepared.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the Command Interface class.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values
Method Detail

setOrder

public void setOrder(OrderAccessBean abOrder)
Sets the order to prepare.
Parameters:
abOrder - order access bean

setOrders

public void setOrders(java.util.Vector avOrderId)
Sets ids of the orders to be prepared.