Uses of Interface
com.broadleafcommerce.catalog.service.product.characteristic.CharacteristicService
Packages that use CharacteristicService
Package
Description
-
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.autoconfigure
Methods in com.broadleafcommerce.catalog.service.autoconfigure with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionCatalogServiceAutoConfiguration.productCharacteristicsTranslationService(CharacteristicService<Characteristic> characteristicService, ProductService<Product> productService, ProductCharacteristicService<ProductCharacteristic> productCharacteristicService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationService, com.broadleafcommerce.translation.mapping.ContextLocaleHelper contextLocaleHelper, com.broadleafcommerce.data.tracking.core.TrackableBehaviorUtil behaviorUtil) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.product
Methods in com.broadleafcommerce.catalog.service.product that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>DefaultProductService.getCharacteristicService()Methods in com.broadleafcommerce.catalog.service.product with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionvoidDefaultProductService.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.product.businessType
Methods in com.broadleafcommerce.catalog.service.product.businessType that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>DefaultBusinessTypeHydrationService.getCharacteristicService()protected CharacteristicService<Characteristic>DefaultBusinessTypeService.getCharacteristicService()Methods in com.broadleafcommerce.catalog.service.product.businessType with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionvoidDefaultBusinessTypeService.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) Constructors in com.broadleafcommerce.catalog.service.product.businessType with parameters of type CharacteristicServiceModifierConstructorDescriptionDefaultBusinessTypeHydrationService(CharacteristicService<Characteristic> characteristicService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.product.characteristic
Classes in com.broadleafcommerce.catalog.service.product.characteristic that implement CharacteristicServiceMethods in com.broadleafcommerce.catalog.service.product.characteristic that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>DefaultCharacteristicsTranslationService.getCharacteristicService()Constructors in com.broadleafcommerce.catalog.service.product.characteristic with parameters of type CharacteristicServiceModifierConstructorDescriptionDefaultCharacteristicsTranslationService(com.broadleafcommerce.data.tracking.core.TrackableBehaviorUtil behaviorUtil, com.broadleafcommerce.translation.mapping.ContextLocaleHelper contextLocaleHelper, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationService, ProductCharacteristicService<ProductCharacteristic> productCharacteristicService, ProductService<Product> productService, CharacteristicService<Characteristic> characteristicService) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>RelatedCharacteristicsProductContextContributor.getCharacteristicService()Constructors in com.broadleafcommerce.catalog.service.product.commerce.context.contributor with parameters of type CharacteristicServiceModifierConstructorDescriptionRelatedCharacteristicsProductContextContributor(CharacteristicService<Characteristic> characteristicService) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.product.consolidation
Methods in com.broadleafcommerce.catalog.service.product.consolidation that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>ProductCharacteristicsConsolidationContributor.getCharacteristicService()Constructors in com.broadleafcommerce.catalog.service.product.consolidation with parameters of type CharacteristicServiceModifierConstructorDescriptionProductCharacteristicsConsolidationContributor(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductCharacteristicService<ProductCharacteristic> productCharacteristicService, CharacteristicService<Characteristic> characteristicService, CharacteristicHydrationService characteristicHydrationService, BusinessTypeService<BusinessType> businessTypeService, ProductHydrationService productHydrationService, ConsolidationBusinessTypeHydrationUtil consolidationBusinessTypeHydrationUtil) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>DefaultProductHydrationService.getCharacteristicService()Methods in com.broadleafcommerce.catalog.service.product.hydration with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionvoidDefaultProductHydrationService.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.validation
Methods in com.broadleafcommerce.catalog.service.validation that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>BusinessTypeValidator.getCharacteristicService()protected CharacteristicService<Characteristic>ProductValidator.getCharacteristicService()Methods in com.broadleafcommerce.catalog.service.validation with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionvoidBusinessTypeValidator.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) Lazy injection since this validator is itself a service component.voidProductValidator.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.service.validation.characteristic
Methods in com.broadleafcommerce.catalog.service.validation.characteristic that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>CharacteristicValidator.getCharacteristicService()Methods in com.broadleafcommerce.catalog.service.validation.characteristic with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionvoidCharacteristicValidator.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) -
Uses of CharacteristicService in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>CharacteristicEndpoint.getCharacteristicService()Constructors in com.broadleafcommerce.catalog.web.endpoint with parameters of type CharacteristicServiceModifierConstructorDescriptionCharacteristicEndpoint(CharacteristicService<Characteristic> characteristicService, BusinessTypeService<BusinessType> businessTypeService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, ObjectDeepCopyUtility objectDeepCopyUtility)