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

Packages that use Adjustment
org.broadleafcommerce.core.offer.domain   
org.broadleafcommerce.core.offer.service.workflow   
 

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

Subinterfaces of Adjustment in org.broadleafcommerce.core.offer.domain
 interface FulfillmentGroupAdjustment
           
 interface OrderAdjustment
           
 interface OrderItemAdjustment
           
 interface OrderItemPriceDetailAdjustment
          Records the actual adjustments that were made to an OrderItemPriceDetail.
 

Classes in org.broadleafcommerce.core.offer.domain that implement Adjustment
 class FulfillmentGroupAdjustmentImpl
           
 class OrderAdjustmentImpl
           
 class OrderItemAdjustmentImpl
           
 class OrderItemPriceDetailAdjustmentImpl
           
 

Uses of Adjustment in org.broadleafcommerce.core.offer.service.workflow
 

Method parameters in org.broadleafcommerce.core.offer.service.workflow with type arguments of type Adjustment
protected  void RecordOfferUsageActivity.addOfferIds(List<? extends Adjustment> adjustments, Set<Long> offerIds)
           
 



Copyright © 2013. All Rights Reserved.