Uses of Class
com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount
Package
Description
-
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.banded
Modifier and TypeMethodDescriptionFulfillmentOptionBand.getFixedPricePerGroup()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.FulfillmentOptionBand.getFixedPricePerItem()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionFixedFulfillmentPricingOption.getFixedPricePerGroup()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.FixedFulfillmentPricingOption.getFixedPricePerItem()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionVirtualFulfillmentPricingOption.getFixedPricePerGroup()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.VirtualFulfillmentPricingOption.getFixedPricePerItem()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.Modifier 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
Modifier 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.