Uses of Interface
com.broadleafcommerce.cartoperation.service.pricing.TaxService
-
Packages that use TaxService Package Description com.broadleafcommerce.cartoperation.service com.broadleafcommerce.cartoperation.service.pricing com.broadleafcommerce.cartoperation.web.endpoint -
-
Uses of TaxService in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service that return TaxService Modifier and Type Method Description protected TaxServiceDefaultCartOperationService. getTaxService()Constructors in com.broadleafcommerce.cartoperation.service with parameters of type TaxService Constructor Description DefaultCartOperationService(CartOperationServiceProviders providers, CartPricingService cartPricingService, CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService, CartItemCatalogInformationService<? extends CatalogItem> cartItemCatalogInformationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartOperationServiceProperties properties, CartItemMergingService<com.broadleafcommerce.cart.client.domain.CartItem> cartItemMergingService, org.springframework.context.MessageSource messageSource, TaxService taxService, StaleCartPricingResultHolder staleCartPricingResultHolder) -
Uses of TaxService in com.broadleafcommerce.cartoperation.service.pricing
Classes in com.broadleafcommerce.cartoperation.service.pricing that implement TaxService Modifier and Type Class Description classDefaultDelegatingTaxServiceThis implementation ofTaxServicecallsTaxDelegate, which has a discovery process to determine the bestTaxProviderimplemenation based on configured properties, the providedTaxCalculationRequest, and theContextInfo.classDefaultTaxService<F extends com.broadleafcommerce.cart.client.domain.FulfillmentGroup,TREQ extends com.broadleafcommerce.tax.domain.TaxRequest,TRES extends com.broadleafcommerce.tax.domain.TaxResponse,TI extends com.broadleafcommerce.tax.domain.TaxItem>Deprecated.Methods in com.broadleafcommerce.cartoperation.service.pricing that return TaxService Modifier and Type Method Description protected TaxServiceDefaultCartPricingService. getTaxService()Constructors in com.broadleafcommerce.cartoperation.service.pricing with parameters of type TaxService Constructor Description DefaultCartPricingService(CartItemPricingUtils cartItemPricingUtils, CartProvider cartProvider, PricingProvider pricingProvider, OfferProvider offerProvider, CatalogProvider<? extends CatalogItem> catalogProvider, CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService, TaxService taxService, FulfillmentPricingService fulfillmentPricingService, 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, FulfillmentPricingService fulfillmentPricingService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CartTotalsCalculator cartTotalsCalculator, CartPricingRoundingHelper roundingHelper, CartOperationServiceProperties cartOperationServiceProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource) -
Uses of TaxService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return TaxService Modifier and Type Method Description protected TaxServiceCartOperationEndpoint. getTaxService()Deprecated.Constructors in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type TaxService Constructor Description CartOperationEndpoint(CartOperationService cartOpService, CartPricingService cartPricingService, TaxService taxService, CartOperationServiceProperties cartOperationServiceProperties, CartHolder<com.broadleafcommerce.cart.client.domain.Cart> requestCartHolder)Deprecated.
-