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)
public void setOrderItems(OrderItemAccessBean[] orderItems) throws ECSystemException
public void setOrderItems(java.util.Enumeration orderItems) throws ECSystemException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.