Uses of Class
com.broadleafcommerce.shipping.banded.FulfillmentOptionBand
Packages that use FulfillmentOptionBand
Package
Description
-
Uses of FulfillmentOptionBand in com.broadleafcommerce.shipping.banded
Methods in com.broadleafcommerce.shipping.banded that return types with arguments of type FulfillmentOptionBandMethod parameters in com.broadleafcommerce.shipping.banded with type arguments of type FulfillmentOptionBandModifier and TypeMethodDescriptionvoidBandedFulfillmentPricingOption.setBands(List<FulfillmentOptionBand> bands) Deprecated. -
Uses of FulfillmentOptionBand in com.broadleafcommerce.shipping.banded.provider
Methods in com.broadleafcommerce.shipping.banded.provider that return types with arguments of type FulfillmentOptionBandModifier and TypeMethodDescriptionprotected final Optional<FulfillmentOptionBand>BandedFulfillmentPricingProvider.findBand(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Finds the correctFulfillmentOptionBandfrom theBandedFulfillmentPricingOptionfor the givenFulfillmentPricingRequest.protected Optional<FulfillmentOptionBand>BandedFulfillmentPricingProvider.findCustomBand(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Extension point to handleBandTypesnot inDefaultBandTypes.protected Optional<FulfillmentOptionBand>BandedFulfillmentPricingProvider.findPriceBand(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Finds the correctprice-basedbandfrom theBandedFulfillmentPricingOptionfor the givenFulfillmentPricingRequest.protected Optional<FulfillmentOptionBand>BandedFulfillmentPricingProvider.findWeightBand(@NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentPricingRequest request) Deprecated.Finds the correctitem-weight-basedbandfrom theBandedFulfillmentPricingOptionfor the givenFulfillmentPricingRequest.Methods in com.broadleafcommerce.shipping.banded.provider with parameters of type FulfillmentOptionBandModifier and TypeMethodDescriptionprotected Map<FulfillmentPricingItem,javax.money.MonetaryAmount> BandedFulfillmentPricingProvider.buildItemToPriceMap(@NonNull FulfillmentPricingRequest request, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band) Deprecated.Builds a map ofFulfillmentPricingItemsto the calculated prices.protected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.calculateFixedPriceForItem(@NonNull FulfillmentPricingItem item, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.calculateFulfillmentGroupPriceBeforeAdjustments(@NonNull FulfillmentOptionBand band, javax.money.CurrencyUnit expectedCurrency) Deprecated.protected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.calculatePercentageRateForItem(@NonNull FulfillmentPricingItem item, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.calculatePercentageRateForItems(@NonNull FulfillmentPricingItem item, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.calculatePriceForItem(@NonNull FulfillmentPricingItem item, @NonNull BandedFulfillmentPricingOption option, @NonNull FulfillmentOptionBand band, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.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)