Uses of Class
org.broadleafcommerce.core.pricing.service.fulfillment.provider.FulfillmentEstimationResponse

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

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

Methods in org.broadleafcommerce.core.pricing.service that return FulfillmentEstimationResponse
 FulfillmentEstimationResponse FulfillmentPricingServiceImpl.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options)
           
 FulfillmentEstimationResponse FulfillmentPricingService.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options)
          This provides an estimation for a FulfillmentGroup with a FulfillmentOption.
 

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

Methods in org.broadleafcommerce.core.pricing.service.fulfillment.provider that return FulfillmentEstimationResponse
 FulfillmentEstimationResponse BandedFulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options)
           
 FulfillmentEstimationResponse FulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options)
          Estimates the cost for the fulfilling the given fulfillment group Estimates the cost for the fulfilling the given fulfillment group with the given options.
 FulfillmentEstimationResponse FixedPriceFulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options)
           
 



Copyright © 2012. All Rights Reserved.