Uses of Class
com.broadleafcommerce.fulfillment.domain.FulfillmentPriceTier
Packages that use FulfillmentPriceTier
Package
Description
-
Uses of FulfillmentPriceTier in com.broadleafcommerce.fulfillment.domain
Methods in com.broadleafcommerce.fulfillment.domain that return types with arguments of type FulfillmentPriceTierModifier and TypeMethodDescriptionFulfillmentCalculatorConfig.getFulfillmentPriceTiers()
The bands to determine fulfillment price.Method parameters in com.broadleafcommerce.fulfillment.domain with type arguments of type FulfillmentPriceTierModifier and TypeMethodDescriptionvoid
FulfillmentCalculatorConfig.setFulfillmentPriceTiers
(List<FulfillmentPriceTier> fulfillmentPriceTiers) The bands to determine fulfillment price. -
Uses of FulfillmentPriceTier in com.broadleafcommerce.fulfillment.provider.jpa.domain
Methods in com.broadleafcommerce.fulfillment.provider.jpa.domain that return types with arguments of type FulfillmentPriceTierMethod parameters in com.broadleafcommerce.fulfillment.provider.jpa.domain with type arguments of type FulfillmentPriceTierModifier and TypeMethodDescriptionvoid
JpaFulfillmentCalculatorConfig.setFulfillmentPriceTiers
(List<FulfillmentPriceTier> fulfillmentPriceTiers) -
Uses of FulfillmentPriceTier in com.broadleafcommerce.fulfillment.service
Methods in com.broadleafcommerce.fulfillment.service that return types with arguments of type FulfillmentPriceTierModifier and TypeMethodDescriptionprotected List<FulfillmentPriceTier>
DefaultFulfillmentCalculationService.getSortedTiers
(FulfillmentCalculatorConfig config) Methods in com.broadleafcommerce.fulfillment.service with parameters of type FulfillmentPriceTierModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmount
DefaultFulfillmentCalculationService.calculatePriceFromTier
(FulfillmentPriceTier tier, javax.money.MonetaryAmount price, FulfillmentCalculatorConfig calculatorConfig) protected boolean
DefaultFulfillmentCalculationService.isCalculatorValueRate
(FulfillmentPriceTier tier, FulfillmentCalculatorConfig config)