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 perFulfillmentPricingItem
in a group.Method parameters in com.broadleafcommerce.shipping.banded with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionvoid
FulfillmentOptionBand.setFixedPricePerGroup
(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.void
FulfillmentOptionBand.setFixedPricePerItem
(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in 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.MonetaryAmount
BandedFulfillmentPricingProvider.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 perFulfillmentPricingItem
in a group.Method parameters in com.broadleafcommerce.shipping.fixed with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionvoid
FixedFulfillmentPricingOption.setFixedPricePerGroup
(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.void
FixedFulfillmentPricingOption.setFixedPricePerItem
(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in 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.MonetaryAmount
FixedFulfillmentPricingProvider.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 perFulfillmentPricingItem
in a group.Method parameters in com.broadleafcommerce.shipping.virtual with type arguments of type FulfillmentPriceAmountModifier and TypeMethodDescriptionvoid
VirtualFulfillmentPricingOption.setFixedPricePerGroup
(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.void
VirtualFulfillmentPricingOption.setFixedPricePerItem
(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in 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.MonetaryAmount
VirtualFulfillmentPricingProvider.getMonetaryAmount
(javax.money.CurrencyUnit expectedCurrency, Set<FulfillmentPriceAmount> fulfillmentPriceAmounts) Deprecated.Find the corresponding price for the expected currency, otherwise return zero.