Uses of Class
org.broadleafcommerce.core.pricing.service.fulfillment.provider.FulfillmentEstimationResponse
Packages that use FulfillmentEstimationResponse
Package
Description
-
Uses of FulfillmentEstimationResponse in org.broadleafcommerce.core.pricing.service
Methods in org.broadleafcommerce.core.pricing.service that return FulfillmentEstimationResponseModifier and TypeMethodDescriptionFulfillmentPricingService.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options) This provides an estimation for aFulfillmentGroupwith aFulfillmentOption.FulfillmentPricingServiceImpl.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options) -
Uses of FulfillmentEstimationResponse in org.broadleafcommerce.core.pricing.service.fulfillment.provider
Methods in org.broadleafcommerce.core.pricing.service.fulfillment.provider that return FulfillmentEstimationResponseModifier and TypeMethodDescriptionBandedFulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options) FixedPriceFulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup, Set<FulfillmentOption> options) 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.