| Package | Description |
|---|---|
| org.broadleafcommerce.core.pricing.service | |
| org.broadleafcommerce.core.pricing.service.fulfillment.provider |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentEstimationResponse |
FulfillmentPricingService.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup,
Set<FulfillmentOption> options)
This provides an estimation for a
FulfillmentGroup with a FulfillmentOption. |
FulfillmentEstimationResponse |
FulfillmentPricingServiceImpl.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup,
Set<FulfillmentOption> options) |
| Modifier and Type | Method and Description |
|---|---|
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 |
BandedFulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup,
Set<FulfillmentOption> options) |
FulfillmentEstimationResponse |
FixedPriceFulfillmentPricingProvider.estimateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup,
Set<FulfillmentOption> options) |
Copyright © 2014. All Rights Reserved.