|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderTotalInterface
| Method Summary | |
|---|---|
java.lang.String |
getCode()
|
OrderTotal |
getOrderTotal(Order order,
boolean dispPriceWithTax,
java.util.Locale locale)
|
java.util.List<OrderTotal> |
getOrderTotalList()
A list of the current order totals so that an order total module can modify an order total that was previously called. |
PromotionResult |
getPromotionResult(Product product,
Promotion promotion)
Returns an object containing the promotion discount. |
int |
getSortOrder()
|
boolean |
isAvailable()
|
void |
setOrderTotalList(java.util.List<OrderTotal> orderTotalList)
A list of the current order totals so that an order total module can modify an order total that was previously called. |
void |
setStaticVariables()
Refreshes the static variables from the copy in the database |
| Method Detail |
|---|
OrderTotal getOrderTotal(Order order,
boolean dispPriceWithTax,
java.util.Locale locale)
throws java.lang.Exception
order - dispPriceWithTax - locale -
java.lang.Exception
boolean isAvailable()
throws KKException
KKExceptionint getSortOrder()
java.lang.String getCode()
void setStaticVariables()
throws KKException
KKExceptionjava.util.List<OrderTotal> getOrderTotalList()
void setOrderTotalList(java.util.List<OrderTotal> orderTotalList)
orderTotalList - the orderTotalList to set
PromotionResult getPromotionResult(Product product,
Promotion promotion)
throws java.lang.Exception
product - promotion -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||