|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining operations for a threshold visitor. See GOF Visitor design pattern.
Method Summary | |
void |
visitItemCurrencyAmountThreshold(Promotion promotion,
ItemCurrencyAmountThreshold threshold)
Visit an ItemCurrencyAmountThreshold object. |
void |
visitItemQuantityThreshold(Promotion promotion,
ItemQuantityThreshold threshold)
Visit an ItemQuantityThreshold object. |
void |
visitOrderCurrencyAmountThreshold(Promotion promotion,
OrderCurrencyAmountThreshold threshold)
Visit an OrderCurrencyAmountThreshold object. |
void |
visitOrderQuantityThreshold(Promotion promotion,
OrderQuantityThreshold threshold)
Visit an OrderQuantityThreshold object. |
Method Detail |
public void visitItemCurrencyAmountThreshold(Promotion promotion, ItemCurrencyAmountThreshold threshold) throws SystemException
promotion
- promotion for the threshold visiteethreshold
- item currency threshold visitee
SystemException
public void visitItemQuantityThreshold(Promotion promotion, ItemQuantityThreshold threshold) throws SystemException
promotion
- promotion for the threshold visiteethreshold
- item quantity threshold visitee
SystemException
public void visitOrderCurrencyAmountThreshold(Promotion promotion, OrderCurrencyAmountThreshold threshold) throws SystemException
promotion
- promotion for the threshold visiteethreshold
- item currency threshold visitee
SystemException
public void visitOrderQuantityThreshold(Promotion promotion, OrderQuantityThreshold threshold) throws SystemException
promotion
- promotion for the threshold visiteethreshold
- order quantity threshold visitee
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |