Uses of Interface
com.broadleafcommerce.cartoperation.service.configuration.CartItemConfigurationService
Package
Description
-
Uses of CartItemConfigurationService in com.broadleafcommerce.cartoperation.service
Modifier and TypeMethodDescriptionprotected CartItemConfigurationService<? extends CatalogItem>
DefaultCartOperationService.getCartItemConfigurationService()
ModifierConstructorDescriptionDefaultCartOperationService
(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 CartItemConfigurationService in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Modifier and TypeMethodDescriptionprotected CartItemConfigurationService<? extends CatalogItem>
CartItemValidationActivity.getCartItemConfigurationService()
ModifierConstructorDescriptionCartItemValidationActivity
(CatalogProvider<? extends CatalogItem> catalogProvider, CartItemConfigurationService<? extends CatalogItem> cartItemConfigurationService, org.springframework.context.MessageSource messageSource) -
Uses of CartItemConfigurationService in com.broadleafcommerce.cartoperation.service.configuration
-
Uses of CartItemConfigurationService in com.broadleafcommerce.cartoperation.service.mapping
Modifier and TypeMethodDescriptionprotected CartItemConfigurationService<Product>
DefaultCartItemCatalogInformationService.getCartItemConfigurationService()
ModifierConstructorDescriptionDefaultCartItemCatalogInformationService
(CartItemConfigurationService<Product> cartItemConfigurationService, List<CartItemProductMapper> cartItemProductMappers, CartOperationServiceProperties properties) -
Uses of CartItemConfigurationService in com.broadleafcommerce.cartoperation.service.pricing
Modifier and TypeMethodDescriptionprotected CartItemConfigurationService<? extends CatalogItem>
DefaultCartPricingService.getCartItemConfigurationService()
Deprecated.ModifierConstructorDescriptionDefaultCartPricingService
(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)