|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining responsibilities of a business object which is discountable for promotions within the customer order component. This interface is a special purpose interface for use only in the implementation package within customer order.
Method Summary | |
void |
addPromotionDiscount(CustomerOrderPromotionDiscountImpl discount)
Add a promotion discount to the business object. |
void |
clearPromotionDiscounts()
Clear all non-locked promotion discounts on the business object. |
java.util.Collection |
getPromotionDiscounts()
Return the promotion discounts for the business object. |
Method Detail |
public java.util.Collection getPromotionDiscounts() throws SystemException
SystemException
public void addPromotionDiscount(CustomerOrderPromotionDiscountImpl discount) throws SystemException
discount
- customer order promotion discount
SystemException
public void clearPromotionDiscounts() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |