Uses of Interface
com.broadleafcommerce.cartoperation.service.configuration.IncludedProductConfigurationService
Packages that use IncludedProductConfigurationService
Package
Description
-
Uses of IncludedProductConfigurationService in com.broadleafcommerce.cartoperation.service.configuration
Classes in com.broadleafcommerce.cartoperation.service.configuration that implement IncludedProductConfigurationServiceMethods in com.broadleafcommerce.cartoperation.service.configuration that return IncludedProductConfigurationServiceModifier and TypeMethodDescriptionprotected IncludedProductConfigurationService
DefaultCartItemConfigurationService.getIncludedProductService()
Constructors in com.broadleafcommerce.cartoperation.service.configuration with parameters of type IncludedProductConfigurationServiceModifierConstructorDescriptionDefaultCartItemConfigurationService
(IncludedProductConfigurationService includedProductService, ItemChoiceConfigurationService itemChoiceService, AttributeChoiceConfigurationService attributeChoiceService, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultCartItemConfigurationService
(CatalogProvider<? extends CatalogItem> catalogProvider, IncludedProductConfigurationService includedProductService, ItemChoiceConfigurationService itemChoiceService, AttributeChoiceConfigurationService attributeChoiceService, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of IncludedProductConfigurationService in com.broadleafcommerce.cartoperation.service.mapping
Methods in com.broadleafcommerce.cartoperation.service.mapping that return IncludedProductConfigurationServiceModifier and TypeMethodDescriptionprotected IncludedProductConfigurationService
DefaultCartItemCatalogInformationService.getIncludedProductService()
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type IncludedProductConfigurationServiceModifier and TypeMethodDescriptionvoid
DefaultCartItemCatalogInformationService.setIncludedProductService
(IncludedProductConfigurationService includedProductService)