Uses of Interface
org.broadleafcommerce.core.offer.service.discount.domain.PromotableOrderAdjustment

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

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

Classes in org.broadleafcommerce.core.offer.service.discount.domain that implement PromotableOrderAdjustment
 class PromotableOrderAdjustmentImpl
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return PromotableOrderAdjustment
 PromotableOrderAdjustment PromotableItemFactoryImpl.createPromotableOrderAdjustment(OrderAdjustment orderAdjustment, PromotableOrder order)
           
 PromotableOrderAdjustment PromotableItemFactory.createPromotableOrderAdjustment(OrderAdjustment orderAdjustment, PromotableOrder order)
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type PromotableOrderAdjustment
 void PromotableOrderImpl.addOrderAdjustments(PromotableOrderAdjustment orderAdjustment)
           
 void PromotableOrder.addOrderAdjustments(PromotableOrderAdjustment orderAdjustment)
          Adds the adjustment to the order's adjustment list and discounts the order's adjustment price by the value of the adjustment.
 



Copyright © 2013. All Rights Reserved.