Uses of Interface
org.broadleafcommerce.core.offer.domain.OrderAdjustment

Packages that use OrderAdjustment
org.broadleafcommerce.core.offer.dao   
org.broadleafcommerce.core.offer.domain   
org.broadleafcommerce.core.offer.service.discount.domain   
org.broadleafcommerce.core.order.domain   
 

Uses of OrderAdjustment in org.broadleafcommerce.core.offer.dao
 

Methods in org.broadleafcommerce.core.offer.dao that return OrderAdjustment
 OrderAdjustment OfferDaoImpl.createOrderAdjustment()
           
 OrderAdjustment OfferDao.createOrderAdjustment()
           
 

Uses of OrderAdjustment in org.broadleafcommerce.core.offer.domain
 

Classes in org.broadleafcommerce.core.offer.domain that implement OrderAdjustment
 class OrderAdjustmentImpl
           
 

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

Fields in org.broadleafcommerce.core.offer.service.discount.domain declared as OrderAdjustment
protected  OrderAdjustment PromotableOrderAdjustmentImpl.delegate
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return OrderAdjustment
 OrderAdjustment PromotableOrderAdjustmentImpl.getDelegate()
           
 OrderAdjustment PromotableOrderAdjustment.getDelegate()
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type OrderAdjustment
 PromotableOrderAdjustment PromotableItemFactoryImpl.createPromotableOrderAdjustment(OrderAdjustment orderAdjustment, PromotableOrder order)
           
 PromotableOrderAdjustment PromotableItemFactory.createPromotableOrderAdjustment(OrderAdjustment orderAdjustment, PromotableOrder order)
           
 

Constructors in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type OrderAdjustment
PromotableOrderAdjustmentImpl(OrderAdjustment orderAdjustment, PromotableOrder order)
           
 

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

Fields in org.broadleafcommerce.core.order.domain with type parameters of type OrderAdjustment
protected  List<OrderAdjustment> OrderImpl.orderAdjustments
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type OrderAdjustment
 List<OrderAdjustment> Order.getOrderAdjustments()
          Returns a unmodifiable List of OrderAdjustment.
 List<OrderAdjustment> OrderImpl.getOrderAdjustments()
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type OrderAdjustment
protected  void OrderImpl.setOrderAdjustments(List<OrderAdjustment> orderAdjustments)
           
 



Copyright © 2012. All Rights Reserved.