Uses of Interface
com.broadleafcommerce.cartoperation.service.pricing.CartTotalsCalculator
Packages that use CartTotalsCalculator
Package
Description
-
Uses of CartTotalsCalculator in com.broadleafcommerce.cartoperation.service.pricing
Classes in com.broadleafcommerce.cartoperation.service.pricing that implement CartTotalsCalculatorMethods in com.broadleafcommerce.cartoperation.service.pricing that return CartTotalsCalculatorModifier and TypeMethodDescriptionprotected CartTotalsCalculator
DefaultCartPricingService.getCartTotalsCalculator()
Constructors in com.broadleafcommerce.cartoperation.service.pricing with parameters of type CartTotalsCalculatorModifierConstructorDescriptionDefaultCartPricingService
(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. -
Uses of CartTotalsCalculator in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return CartTotalsCalculatorModifier and TypeMethodDescriptionprotected CartTotalsCalculator
ExternalOfferProvider.getCartTotalsCalculator()
Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type CartTotalsCalculatorModifierConstructorDescriptionExternalOfferProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOfferProperties properties, UserTargetGenerationService userTargetGenerationService, CartTotalsCalculator cartTotalsCalculator)