Uses of Class
org.broadleafcommerce.core.offer.service.discount.PromotionDiscount

Packages that use PromotionDiscount
org.broadleafcommerce.core.offer.service.discount   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service.util   
 

Uses of PromotionDiscount in org.broadleafcommerce.core.offer.service.discount
 

Methods in org.broadleafcommerce.core.offer.service.discount that return PromotionDiscount
 PromotionDiscount PromotionDiscount.copy()
           
 

Uses of PromotionDiscount in org.broadleafcommerce.core.order.domain
 

Fields in org.broadleafcommerce.core.order.domain with type parameters of type PromotionDiscount
protected  java.util.List<PromotionDiscount> OrderItemImpl.promotionDiscounts
           
 

Methods in org.broadleafcommerce.core.order.domain that return PromotionDiscount
protected  PromotionDiscount OrderItemImpl.lookupOrCreatePromotionDiscount(CandidateItemOffer candidatePromotion)
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type PromotionDiscount
 java.util.List<PromotionDiscount> OrderItemImpl.getPromotionDiscounts()
           
 java.util.List<PromotionDiscount> OrderItem.getPromotionDiscounts()
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type PromotionDiscount
 void OrderItemImpl.setPromotionDiscounts(java.util.List<PromotionDiscount> promotionDiscounts)
           
 void OrderItem.setPromotionDiscounts(java.util.List<PromotionDiscount> promotionDiscounts)
           
 

Uses of PromotionDiscount in org.broadleafcommerce.core.order.service.util
 

Methods in org.broadleafcommerce.core.order.service.util that return types with arguments of type PromotionDiscount
 java.util.List<PromotionDiscount> DiscreteOrderItemDecorator.getPromotionDiscounts()
           
 

Method parameters in org.broadleafcommerce.core.order.service.util with type arguments of type PromotionDiscount
 void DiscreteOrderItemDecorator.setPromotionDiscounts(java.util.List<PromotionDiscount> promotionDiscounts)
           
 



Copyright © 2011. All Rights Reserved.