Uses of Interface
com.broadleafcommerce.cartoperation.service.mapping.CartItemCatalogInformationService
Package
Description
-
Uses of CartItemCatalogInformationService in com.broadleafcommerce.cartoperation.service
Modifier and TypeMethodDescriptionprotected CartItemCatalogInformationService<? extends CatalogItem>
DefaultCartOperationService.getCartItemCatalogInformationService()
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 CartItemCatalogInformationService in com.broadleafcommerce.cartoperation.service.mapping
Modifier and TypeClassDescriptionclass
DefaultCartItemCatalogInformationService<P extends Product>