Uses of Class
com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount
Packages that use FulfillmentPriceAmount
Package
Description
-
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.banded
Methods in com.broadleafcommerce.shipping.banded that return types with arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionFulfillmentOptionBand.getFixedPricePerGroup()Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.FulfillmentOptionBand.getFixedPricePerItem()Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.Method parameters in com.broadleafcommerce.shipping.banded with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionvoidFulfillmentOptionBand.setFixedPricePerGroup(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.voidFulfillmentOptionBand.setFixedPricePerItem(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group. -
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.banded.provider
Method parameters in com.broadleafcommerce.shipping.banded.provider with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmountBandedFulfillmentPricingProvider.getMonetaryAmount(javax.money.CurrencyUnit expectedCurrency, Set<FulfillmentPriceAmount> fulfillmentPriceAmounts) Deprecated.Find the corresponding price for the expected currency, otherwise return zero. -
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.fixed
Methods in com.broadleafcommerce.shipping.fixed that return types with arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionFixedFulfillmentPricingOption.getFixedPricePerGroup()Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.FixedFulfillmentPricingOption.getFixedPricePerItem()Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.Method parameters in com.broadleafcommerce.shipping.fixed with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionvoidFixedFulfillmentPricingOption.setFixedPricePerGroup(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.voidFixedFulfillmentPricingOption.setFixedPricePerItem(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group. -
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.fixed.provider
Method parameters in com.broadleafcommerce.shipping.fixed.provider with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmountFixedFulfillmentPricingProvider.getMonetaryAmount(javax.money.CurrencyUnit expectedCurrency, Set<FulfillmentPriceAmount> fulfillmentPriceAmounts) Deprecated.Find the corresponding price for the expected currency, otherwise return zero. -
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.virtual
Methods in com.broadleafcommerce.shipping.virtual that return types with arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionVirtualFulfillmentPricingOption.getFixedPricePerGroup()Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.VirtualFulfillmentPricingOption.getFixedPricePerItem()Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group.Method parameters in com.broadleafcommerce.shipping.virtual with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionvoidVirtualFulfillmentPricingOption.setFixedPricePerGroup(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest.voidVirtualFulfillmentPricingOption.setFixedPricePerItem(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItemin a group. -
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.virtual.provider
Method parameters in com.broadleafcommerce.shipping.virtual.provider with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionprotected javax.money.MonetaryAmountVirtualFulfillmentPricingProvider.getMonetaryAmount(javax.money.CurrencyUnit expectedCurrency, Set<FulfillmentPriceAmount> fulfillmentPriceAmounts) Deprecated.Find the corresponding price for the expected currency, otherwise return zero.