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 perFulfillmentPricingItemin a group.Method parameters in com.broadleafcommerce.shipping.banded with type arguments of type FulfillmentPriceAmount Modifier and Type Method Description voidFulfillmentOptionBand. 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 FulfillmentPriceAmount Modifier and Type Method Description protected 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 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 perFulfillmentPricingItemin a group.Method parameters in com.broadleafcommerce.shipping.fixed with type arguments of type FulfillmentPriceAmount Modifier and Type Method Description voidFixedFulfillmentPricingOption. 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 FulfillmentPriceAmount Modifier and Type Method Description protected 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 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 perFulfillmentPricingItemin a group.Method parameters in com.broadleafcommerce.shipping.virtual with type arguments of type FulfillmentPriceAmount Modifier and Type Method Description voidVirtualFulfillmentPricingOption. 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 FulfillmentPriceAmount Modifier and Type Method Description protected javax.money.MonetaryAmountVirtualFulfillmentPricingProvider. getMonetaryAmount(javax.money.CurrencyUnit expectedCurrency, Set<FulfillmentPriceAmount> fulfillmentPriceAmounts)Deprecated.Find the corresponding price for the expected currency, otherwise return zero.
-