Uses of Interface
com.broadleafcommerce.catalog.service.product.characteristic.CharacteristicService
Packages that use CharacteristicService
Package
Description
-
Uses of CharacteristicService in com.broadleafcommerce.catalog.mapping
Methods in com.broadleafcommerce.catalog.mapping that return CharacteristicServiceModifier and TypeMethodDescriptionprotected CharacteristicService<Characteristic>ProductBaseCharacteristicTranslationPostMapperMember.getCharacteristicService()Methods in com.broadleafcommerce.catalog.mapping with parameters of type CharacteristicServiceModifier and TypeMethodDescriptionvoidProductBaseCharacteristicTranslationPostMapperMember.setCharacteristicService(CharacteristicService<Characteristic> characteristicService) -
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()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 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.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()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. -
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, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)