Uses of Interface
org.broadleafcommerce.core.pricing.service.fulfillment.provider.FulfillmentPricingProvider

Packages that use FulfillmentPricingProvider
org.broadleafcommerce.core.pricing.service   
org.broadleafcommerce.core.pricing.service.fulfillment.provider   
 

Uses of FulfillmentPricingProvider in org.broadleafcommerce.core.pricing.service
 

Fields in org.broadleafcommerce.core.pricing.service with type parameters of type FulfillmentPricingProvider
protected  List<FulfillmentPricingProvider> FulfillmentPricingServiceImpl.providers
           
 

Methods in org.broadleafcommerce.core.pricing.service that return types with arguments of type FulfillmentPricingProvider
 List<FulfillmentPricingProvider> FulfillmentPricingServiceImpl.getProviders()
           
 List<FulfillmentPricingProvider> FulfillmentPricingService.getProviders()
           
 

Method parameters in org.broadleafcommerce.core.pricing.service with type arguments of type FulfillmentPricingProvider
 void FulfillmentPricingServiceImpl.setProviders(List<FulfillmentPricingProvider> providers)
           
 

Uses of FulfillmentPricingProvider in org.broadleafcommerce.core.pricing.service.fulfillment.provider
 

Classes in org.broadleafcommerce.core.pricing.service.fulfillment.provider that implement FulfillmentPricingProvider
 class BandedFulfillmentPricingProvider
          Used in conjunction with BandedPriceFulfillmentOption and BandedWeightFulfillmentOption.
 class FixedPriceFulfillmentPricingProvider
          Processor used in conjunction with FixedPriceFulfillmentOption.
 



Copyright © 2013. All Rights Reserved.