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

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

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

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

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

Fields in org.broadleafcommerce.core.offer.service.discount.domain with type parameters of type PromotionDiscount
protected  List<PromotionDiscount> PromotableOrderItemPriceDetailImpl.promotionDiscounts
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return PromotionDiscount
 PromotionDiscount PromotableOrderItemPriceDetailImpl.lookupOrCreatePromotionDiscount(PromotableCandidateItemOffer candidatePromotion)
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return types with arguments of type PromotionDiscount
 List<PromotionDiscount> PromotableOrderItemPriceDetailImpl.getPromotionDiscounts()
           
 List<PromotionDiscount> PromotableOrderItemPriceDetail.getPromotionDiscounts()
          Returns the promotion discounts applied to this detail object.
 



Copyright © 2013. All Rights Reserved.