Uses of Interface
com.broadleafcommerce.catalog.service.product.characteristic.ProductCharacteristicService
Packages that use ProductCharacteristicService
Package
Description
-
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.dataexport
Methods in com.broadleafcommerce.catalog.dataexport that return ProductCharacteristicServiceMethods in com.broadleafcommerce.catalog.dataexport with parameters of type ProductCharacteristicServiceModifier and TypeMethodDescriptionvoidProductExportRowProducer.setProductCharacteristicService(ProductCharacteristicService<ProductCharacteristic> productCharacteristicService) -
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.dataimport
Methods in com.broadleafcommerce.catalog.dataimport that return ProductCharacteristicServiceModifier and TypeMethodDescriptionCompleteProductImportBatchHandler.getProductCharacteristicService()Methods in com.broadleafcommerce.catalog.dataimport with parameters of type ProductCharacteristicServiceModifier and TypeMethodDescriptionvoidCompleteProductImportBatchHandler.setProductCharacteristicService(ProductCharacteristicService<ProductCharacteristic> productCharacteristicService) -
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.service.autoconfigure
Methods in com.broadleafcommerce.catalog.service.autoconfigure with parameters of type ProductCharacteristicServiceModifier 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 ProductCharacteristicService in com.broadleafcommerce.catalog.service.product
Methods in com.broadleafcommerce.catalog.service.product that return ProductCharacteristicServiceMethods in com.broadleafcommerce.catalog.service.product with parameters of type ProductCharacteristicServiceModifier and TypeMethodDescriptionvoidDefaultProductService.setProductCharacteristicService(ProductCharacteristicService<ProductCharacteristic> productCharacteristicService) -
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.service.product.characteristic
Classes in com.broadleafcommerce.catalog.service.product.characteristic that implement ProductCharacteristicServiceMethods in com.broadleafcommerce.catalog.service.product.characteristic that return ProductCharacteristicServiceModifier and TypeMethodDescriptionDefaultCharacteristicsTranslationService.getProductCharacteristicService()Constructors in com.broadleafcommerce.catalog.service.product.characteristic with parameters of type ProductCharacteristicServiceModifierConstructorDescriptionDefaultCharacteristicsTranslationService(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 ProductCharacteristicService in com.broadleafcommerce.catalog.service.product.consolidation
Methods in com.broadleafcommerce.catalog.service.product.consolidation that return ProductCharacteristicServiceModifier and TypeMethodDescriptionProductCharacteristicsConsolidationContributor.getProductCharacteristicService()Constructors in com.broadleafcommerce.catalog.service.product.consolidation with parameters of type ProductCharacteristicServiceModifierConstructorDescriptionProductCharacteristicsConsolidationContributor(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductCharacteristicService<ProductCharacteristic> productCharacteristicService, CharacteristicService<Characteristic> characteristicService, CharacteristicHydrationService characteristicHydrationService, BusinessTypeService<BusinessType> businessTypeService, ProductHydrationService productHydrationService, ConsolidationBusinessTypeHydrationUtil consolidationBusinessTypeHydrationUtil) -
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration that return ProductCharacteristicServiceModifier and TypeMethodDescriptionDefaultProductHydrationService.getProductCharacteristicService()Methods in com.broadleafcommerce.catalog.service.product.hydration with parameters of type ProductCharacteristicServiceModifier and TypeMethodDescriptionvoidDefaultProductHydrationService.setProductCharacteristicService(ProductCharacteristicService<ProductCharacteristic> productCharacteristicService) -
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.service.product.util
Methods in com.broadleafcommerce.catalog.service.product.util that return ProductCharacteristicServiceModifier and TypeMethodDescriptionProductCharacteristicManagementUtility.getProductCharacteristicService()Constructors in com.broadleafcommerce.catalog.service.product.util with parameters of type ProductCharacteristicServiceModifierConstructorDescriptionProductCharacteristicManagementUtility(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductCharacteristicService<ProductCharacteristic> productCharacteristicService, BusinessTypeService<BusinessType> businessTypeService) -
Uses of ProductCharacteristicService in com.broadleafcommerce.catalog.service.validation
Methods in com.broadleafcommerce.catalog.service.validation that return ProductCharacteristicServiceMethods in com.broadleafcommerce.catalog.service.validation with parameters of type ProductCharacteristicServiceModifier and TypeMethodDescriptionvoidProductValidator.setProductCharacteristicService(ProductCharacteristicService<ProductCharacteristic> productCharacteristicService)