Uses of Class
com.broadleafcommerce.cartoperation.service.pricing.CartPricingRoundingHelper
Packages that use CartPricingRoundingHelper
-
Uses of CartPricingRoundingHelper in com.broadleafcommerce.cartoperation.service.pricing
Methods in com.broadleafcommerce.cartoperation.service.pricing that return CartPricingRoundingHelperModifier and TypeMethodDescriptionprotected CartPricingRoundingHelper
CartItemPricingUtils.getRoundingHelper()
protected CartPricingRoundingHelper
DefaultCartPricingService.getRoundingHelper()
protected CartPricingRoundingHelper
DefaultFulfillmentPricingService.getRoundingHelper()
Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type CartPricingRoundingHelperModifier and TypeMethodDescriptionvoid
CartItemPricingUtils.setRoundingHelper
(CartPricingRoundingHelper roundingHelper) void
DefaultFulfillmentPricingService.setRoundingHelper
(CartPricingRoundingHelper roundingHelper) Constructors in com.broadleafcommerce.cartoperation.service.pricing with parameters of type CartPricingRoundingHelperModifierConstructorDescriptionDefaultCartPricingService
(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService, TaxService taxService, CommonFulfillmentPricingService commonFulfillmentPricingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CartTotalsCalculator cartTotalsCalculator, CartPricingRoundingHelper roundingHelper, CartOperationServiceProperties cartOperationServiceProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource) DefaultCartPricingService
(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, TaxService taxService, CommonFulfillmentPricingService fulfillmentPricingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CartTotalsCalculator cartTotalsCalculator, CartPricingRoundingHelper roundingHelper, CartOperationServiceProperties cartOperationServiceProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource) Constructor that does not require CartItemConfigurationService, as it has been deprecated.