Uses of Class
com.broadleafcommerce.shipping.domain.FulfillmentPriceAmount
-
-
Uses of FulfillmentPriceAmount in com.broadleafcommerce.shipping.banded
Methods in com.broadleafcommerce.shipping.banded that return types with arguments of type FulfillmentPriceAmount Modifier and Type Method Description Set<FulfillmentPriceAmount>
FulfillmentOptionBand. getFixedPricePerGroup()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.Set<FulfillmentPriceAmount>
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 FulfillmentPriceAmount Modifier and Type Method Description void
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 FulfillmentPriceAmount Modifier and Type Method Description protected 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 FulfillmentPriceAmount Modifier and Type Method Description Set<FulfillmentPriceAmount>
FixedFulfillmentPricingOption. getFixedPricePerGroup()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.Set<FulfillmentPriceAmount>
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 FulfillmentPriceAmount Modifier and Type Method Description void
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 FulfillmentPriceAmount Modifier and Type Method Description protected 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 FulfillmentPriceAmount Modifier and Type Method Description Set<FulfillmentPriceAmount>
VirtualFulfillmentPricingOption. getFixedPricePerGroup()
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.Set<FulfillmentPriceAmount>
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 FulfillmentPriceAmount Modifier and Type Method Description void
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 FulfillmentPriceAmount Modifier and Type Method Description protected javax.money.MonetaryAmount
VirtualFulfillmentPricingProvider. getMonetaryAmount(javax.money.CurrencyUnit expectedCurrency, Set<FulfillmentPriceAmount> fulfillmentPriceAmounts)
Deprecated.Find the corresponding price for the expected currency, otherwise return zero.
-