Uses of Class
com.broadleafcommerce.shipping.fixed.FixedFulfillmentPricingOption
Packages that use FixedFulfillmentPricingOption
Package
Description
-
Uses of FixedFulfillmentPricingOption in com.broadleafcommerce.shipping.fixed
Methods in com.broadleafcommerce.shipping.fixed that return types with arguments of type FixedFulfillmentPricingOptionModifier and TypeMethodDescriptionFixedFulfillmentPricingConfig.getShipTables()Deprecated.List of fixed pricing fulfillment options that can be chosen.Method parameters in com.broadleafcommerce.shipping.fixed with type arguments of type FixedFulfillmentPricingOptionModifier and TypeMethodDescriptionvoidFixedFulfillmentPricingConfig.setShipTables(List<FixedFulfillmentPricingOption> shipTables) Deprecated.List of fixed pricing fulfillment options that can be chosen. -
Uses of FixedFulfillmentPricingOption in com.broadleafcommerce.shipping.fixed.provider
Methods in com.broadleafcommerce.shipping.fixed.provider that return FixedFulfillmentPricingOptionModifier and TypeMethodDescriptionprotected FixedFulfillmentPricingOptionFixedFulfillmentPricingProvider.getDefaultFixedFulfillmentPricingOption(javax.money.CurrencyUnit expectedCurrency) Deprecated.Builds aFixedFulfillmentPricingOptionwith fields initialized to typical values.Methods in com.broadleafcommerce.shipping.fixed.provider with parameters of type FixedFulfillmentPricingOptionModifier and TypeMethodDescriptionprotected FulfillmentOptionPricedResponseFixedFulfillmentPricingProvider.buildFulfillmentOptionPricedResponse(@NonNull javax.money.MonetaryAmount price, @NonNull Map<FulfillmentPricingItem, javax.money.MonetaryAmount> itemToPriceMap, @NonNull FixedFulfillmentPricingOption fulfillmentOption, boolean isEstimate) Deprecated.Builds aFulfillmentOptionPricedResponsewith the given inputs.protected Map<FulfillmentPricingItem,javax.money.MonetaryAmount> FixedFulfillmentPricingProvider.buildItemToPriceMap(@NonNull FulfillmentPricingRequest request, @NonNull FixedFulfillmentPricingOption option) Deprecated.Builds a map ofFulfillmentPricingItemsto the calculated prices.protected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.calculateFixedPriceForItem(@NonNull FulfillmentPricingItem item, @NonNull FixedFulfillmentPricingOption option, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.calculateFulfillmentGroupPriceBeforeAdjustments(@NonNull FixedFulfillmentPricingOption option, javax.money.CurrencyUnit expectedCurrency) Deprecated.protected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.calculatePercentageRateForItem(@NonNull FulfillmentPricingItem item, @NonNull FixedFulfillmentPricingOption option, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.calculatePercentageRateForItems(@NonNull FulfillmentPricingItem item, @NonNull FixedFulfillmentPricingOption option, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.calculatePriceForItem(@NonNull FulfillmentPricingItem item, @NonNull FixedFulfillmentPricingOption option, @NonNull javax.money.CurrencyUnit currency) Deprecated.protected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.calculatePriceForItems(@NonNull FulfillmentPricingItem item, @NonNull FixedFulfillmentPricingOption option, @NonNull javax.money.CurrencyUnit currency) Deprecated.Calculates the price for a fulfillment items.
FixedFulfillmentPricingProvider.calculatePriceForItems(FulfillmentPricingItem, FixedFulfillmentPricingOption, CurrencyUnit)