Interface for the command that calculates all pre-tax and post-tax discounts for an order.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
NAME The name of this command. |
Method Summary | |
---|---|
void |
setOrderCurrency(java.lang.String orderCurrency) Set the currency to be used in the calculation. |
void |
setOrderItems(java.util.Enumeration orderItems) Set the order items to calculate the discounts. |
void |
setOrderItems(
OrderItemAccessBean[] orderItems)
Set the order items to calculate the discounts. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
Method Detail |
---|
public void setOrderCurrency(java.lang.String orderCurrency)
orderCurrency
- The order currency.public void setOrderItems(OrderItemAccessBean[] orderItems) throws ECSystemException
orderItems
- The order items of an order.
ECSystemException
public void setOrderItems(java.util.Enumeration orderItems) throws ECSystemException
orderItems
- The order items of an order.
ECSystemException