Uses of Class
com.broadleafcommerce.fulfillment.domain.FulfillmentPriceTier
Package
Description
-
Uses of FulfillmentPriceTier in com.broadleafcommerce.fulfillment.domain
Modifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getFulfillmentPriceTiers()
The bands to determine fulfillment price.Modifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setFulfillmentPriceTiers
(List<FulfillmentPriceTier> fulfillmentPriceTiers) The bands to determine fulfillment price. -
Uses of FulfillmentPriceTier in com.broadleafcommerce.fulfillment.provider.jpa.domain
Modifier and TypeMethodDescriptionvoid
JpaFulfillmentCalculatorConfig.setFulfillmentPriceTiers
(List<FulfillmentPriceTier> fulfillmentPriceTiers) -
Uses of FulfillmentPriceTier in com.broadleafcommerce.fulfillment.service
Modifier and TypeMethodDescriptionprotected List<FulfillmentPriceTier>
DefaultFulfillmentCalculationService.getSortedTiers
(FulfillmentCalculatorConfig config) Modifier and TypeMethodDescriptionprotected javax.money.MonetaryAmount
DefaultFulfillmentCalculationService.calculatePriceFromTier
(FulfillmentPriceTier tier, javax.money.MonetaryAmount price, FulfillmentCalculatorConfig calculatorConfig) protected boolean
DefaultFulfillmentCalculationService.isCalculatorValueRate
(FulfillmentPriceTier tier, FulfillmentCalculatorConfig config)