Uses of Interface
org.broadleafcommerce.core.catalog.service.dynamic.DynamicSkuPricingService

Packages that use DynamicSkuPricingService
org.broadleafcommerce.core.catalog.service.dynamic   
org.broadleafcommerce.core.order.service   
 

Uses of DynamicSkuPricingService in org.broadleafcommerce.core.catalog.service.dynamic
 

Classes in org.broadleafcommerce.core.catalog.service.dynamic that implement DynamicSkuPricingService
 class DefaultDynamicSkuPricingServiceImpl
          Default implementation of the DynamicSkuPricingService which simply ignores the considerations hashmap in all method implementations
 

Methods in org.broadleafcommerce.core.catalog.service.dynamic that return DynamicSkuPricingService
static DynamicSkuPricingService SkuPricingConsiderationContext.getSkuPricingService()
           
 

Methods in org.broadleafcommerce.core.catalog.service.dynamic with parameters of type DynamicSkuPricingService
static void SkuPricingConsiderationContext.setSkuPricingService(DynamicSkuPricingService skuPricingService)
           
 

Uses of DynamicSkuPricingService in org.broadleafcommerce.core.order.service
 

Fields in org.broadleafcommerce.core.order.service declared as DynamicSkuPricingService
protected  DynamicSkuPricingService OrderItemServiceImpl.dynamicSkuPricingService
           
 



Copyright © 2013. All Rights Reserved.