Uses of Interface
com.retek.component.promotion.Promotion

Packages that use Promotion
com.retek.component.customerorder   
com.retek.component.promotion   
com.retek.component.salesaudit   
 

Uses of Promotion in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Promotion
 Promotion CustomerOrderPromotionAdjustment.getPromotion()
           
 Promotion CustomerOrderCreditCardPayment.getPromotion()
           
 Promotion CustomerOrderLine.getAcceptedPromotion()
           
 Promotion CustomerOrderPromotionDiscountRollup.getPromotion()
           
 Promotion CustomerOrderPromotionDiscount.getPromotion()
          Return the promotion which triggered the discount.
 

Methods in com.retek.component.customerorder with parameters of type Promotion
 void CustomerOrderPromotionAdjustment.setPromotion(Promotion promotion)
           
 void CustomerOrderCreditCardPayment.setPromotion(Promotion promotion)
           
static CustomerOrderPromotionDiscountRollup CustomerOrderPromotionDiscountRollup.getDiscountsForPromotion(Promotion promotion, java.util.List promotionDiscounts)
           
 void CustomerOrder.applyPromotionalOrderLine(CustomerOrderLine orderLine, User user, Promotion promotion)
           
 void CustomerOrder.applyPromotionalPaymentPlanCode(PaymentPlanCode selectedPaymentPlanCode, Promotion promotion)
           
 CustomerOrderPromotionDiscount CustomerOrderManager.buildCustomerOrderPromotionDiscount(Promotion promotion, User user)
           
 

Constructors in com.retek.component.customerorder with parameters of type Promotion
CustomerOrderPromotionDiscountRollup(Promotion promotion)
           
CustomerOrderLinePromotionDiscountRollup(Promotion promotion, CustomerOrderServiceLine serviceLine)
           
 

Uses of Promotion in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return Promotion
 Promotion PromotionManager.buildPromotionInstance()
           
 Promotion PromotionManager.readPromotion(DistributedReference ref)
           
 

Methods in com.retek.component.promotion with parameters of type Promotion
 void PromotionThresholdVisitor.visitItemCurrencyAmountThreshold(Promotion promotion, ItemCurrencyAmountThreshold threshold)
          Visit an ItemCurrencyAmountThreshold object.
 void PromotionThresholdVisitor.visitItemQuantityThreshold(Promotion promotion, ItemQuantityThreshold threshold)
          Visit an ItemQuantityThreshold object.
 void PromotionThresholdVisitor.visitOrderCurrencyAmountThreshold(Promotion promotion, OrderCurrencyAmountThreshold threshold)
          Visit an OrderCurrencyAmountThreshold object.
 void PromotionThresholdVisitor.visitOrderQuantityThreshold(Promotion promotion, OrderQuantityThreshold threshold)
          Visit an OrderQuantityThreshold object.
 void PromotionThreshold.accept(Promotion promotion, PromotionThresholdVisitor thresholdVisistor)
          Initiate a threhold visitation.
 

Uses of Promotion in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit with parameters of type Promotion
protected  void SalesAuditExportTestCase.assertDiscountElementContents(java.lang.String discountType, Money discountAmount, Promotion promotion, SaeDiscount discountElement)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25