| Modifier and Type | Class and Description |
|---|---|
class |
FulfillmentPriceHostException |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentGroup |
FulfillmentPricingService.calculateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
Called during the Pricing workflow to determine the cost for the
FulfillmentGroup. |
FulfillmentGroup |
FulfillmentPricingServiceImpl.calculateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
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 |
|---|---|
FulfillmentGroup |
FulfillmentPricingProvider.calculateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
Calculates the total cost for this FulfillmentGroup.
|
FulfillmentGroup |
BandedFulfillmentPricingProvider.calculateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
FulfillmentGroup |
FixedPriceFulfillmentPricingProvider.calculateCostForFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
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 © 2017. All rights reserved.