Uses of Interface
com.broadleafcommerce.cartoperation.service.configuration.IncludedProductConfigurationService
-
Packages that use IncludedProductConfigurationService Package Description com.broadleafcommerce.cartoperation.service.configuration com.broadleafcommerce.cartoperation.service.mapping -
-
Uses of IncludedProductConfigurationService in com.broadleafcommerce.cartoperation.service.configuration
Classes in com.broadleafcommerce.cartoperation.service.configuration that implement IncludedProductConfigurationService Modifier and Type Class Description classDefaultIncludedProductConfigurationServiceMethods in com.broadleafcommerce.cartoperation.service.configuration that return IncludedProductConfigurationService Modifier and Type Method Description protected IncludedProductConfigurationServiceDefaultCartItemConfigurationService. getIncludedProductService()Constructors in com.broadleafcommerce.cartoperation.service.configuration with parameters of type IncludedProductConfigurationService Constructor Description DefaultCartItemConfigurationService(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 IncludedProductConfigurationService Modifier and Type Method Description protected IncludedProductConfigurationServiceDefaultCartItemCatalogInformationService. getIncludedProductService()Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type IncludedProductConfigurationService Modifier and Type Method Description voidDefaultCartItemCatalogInformationService. setIncludedProductService(IncludedProductConfigurationService includedProductService)
-