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 class
DefaultIncludedProductConfigurationService
Methods in com.broadleafcommerce.cartoperation.service.configuration that return IncludedProductConfigurationService Modifier and Type Method Description protected IncludedProductConfigurationService
DefaultCartItemConfigurationService. 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 IncludedProductConfigurationService
DefaultCartItemCatalogInformationService. getIncludedProductService()
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type IncludedProductConfigurationService Modifier and Type Method Description void
DefaultCartItemCatalogInformationService. setIncludedProductService(IncludedProductConfigurationService includedProductService)
-