Uses of Class
com.broadleafcommerce.shipping.banded.FulfillmentOptionBand
Package
Description
-
Uses of FulfillmentOptionBand in com.broadleafcommerce.shipping.banded
Modifier and TypeMethodDescriptionvoid
BandedFulfillmentPricingOption.setBands
(List<FulfillmentOptionBand> bands) Deprecated. -
Uses of FulfillmentOptionBand in com.broadleafcommerce.shipping.banded.provider
Modifier and TypeMethodDescriptionprotected final Optional<FulfillmentOptionBand>
BandedFulfillmentPricingProvider.findBand
(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Finds the correctFulfillmentOptionBand
from theBandedFulfillmentPricingOption
for the givenFulfillmentPricingRequest
.protected Optional<FulfillmentOptionBand>
BandedFulfillmentPricingProvider.findCustomBand
(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Extension point to handleBandTypes
not inDefaultBandTypes
.protected Optional<FulfillmentOptionBand>
BandedFulfillmentPricingProvider.findPriceBand
(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Finds the correctprice-based
band
from theBandedFulfillmentPricingOption
for the givenFulfillmentPricingRequest
.protected Optional<FulfillmentOptionBand>
BandedFulfillmentPricingProvider.findWeightBand
(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Finds the correctitem-weight-based
band
from theBandedFulfillmentPricingOption
for the givenFulfillmentPricingRequest
.Modifier and TypeMethodDescriptionprotected Map<FulfillmentPricingItem,
javax.money.MonetaryAmount> BandedFulfillmentPricingProvider.buildItemToPriceMap
(@NonNull FulfillmentPricingRequest request, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band) Deprecated.Builds a map ofFulfillmentPricingItems
to the calculated prices.protected javax.money.MonetaryAmount
BandedFulfillmentPricingProvider.calculateFixedPriceForItem
(@NonNull FulfillmentPricingItem item, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmount
BandedFulfillmentPricingProvider.calculateFulfillmentGroupPriceBeforeAdjustments
(@NonNull FulfillmentOptionBand band, javax.money.CurrencyUnit expectedCurrency) Deprecated.protected javax.money.MonetaryAmount
BandedFulfillmentPricingProvider.calculatePercentageRateForItem
(@NonNull FulfillmentPricingItem item, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmount
BandedFulfillmentPricingProvider.calculatePercentageRateForItems
(@NonNull FulfillmentPricingItem item, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmount
BandedFulfillmentPricingProvider.calculatePriceForItem
(@NonNull FulfillmentPricingItem item, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmount
BandedFulfillmentPricingProvider.calculatePriceForItems
(@NonNull FulfillmentPricingItem item, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.Calculates the price for a fulfillment items.
BandedFulfillmentPricingProvider.calculatePriceForItems(FulfillmentPricingItem, BandedFulfillmentPricingOption, FulfillmentOptionBand, CurrencyUnit)