Uses of Interface
com.broadleafcommerce.catalog.service.product.hydration.ProductHydrationService
Packages that use ProductHydrationService
Package
Description
-
Uses of ProductHydrationService in com.broadleafcommerce.catalog.clone.product.service
Methods in com.broadleafcommerce.catalog.clone.product.service that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceDefaultCloneProductService.getProductHydrationService()Methods in com.broadleafcommerce.catalog.clone.product.service with parameters of type ProductHydrationServiceModifier and TypeMethodDescriptionvoidDefaultCloneProductService.setProductHydrationService(ProductHydrationService productHydrationService) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.dataexport
Methods in com.broadleafcommerce.catalog.dataexport that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceProductExportRowProducer.getProductHydrationService()Methods in com.broadleafcommerce.catalog.dataexport with parameters of type ProductHydrationServiceModifier and TypeMethodDescriptionvoidProductExportRowProducer.setProductHydrationService(ProductHydrationService productHydrationService) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.dataimport
Methods in com.broadleafcommerce.catalog.dataimport that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceCompleteProductImportBatchHandler.getProductHydrationService()Methods in com.broadleafcommerce.catalog.dataimport with parameters of type ProductHydrationServiceModifier and TypeMethodDescriptionvoidCompleteProductImportBatchHandler.setProductHydrationService(ProductHydrationService productHydrationService) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.service.bulkoperation.processor
Methods in com.broadleafcommerce.catalog.service.bulkoperation.processor that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceSyncCharacteristicDefaultValuesBulkUpdateProcessor.getProductHydrationService()Constructors in com.broadleafcommerce.catalog.service.bulkoperation.processor with parameters of type ProductHydrationServiceModifierConstructorDescriptionSyncCharacteristicDefaultValuesBulkUpdateProcessor(ProductBulkUpdateProcessorUtil processorUtil, ProductService<Product> productService, ProductHydrationService productHydrationService, BulkUpdateProcessorHelper<BulkOperationItem> bulkUpdateProcessorHelper) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.service.product
Methods in com.broadleafcommerce.catalog.service.product that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceDefaultProductService.getProductHydrationService()Methods in com.broadleafcommerce.catalog.service.product with parameters of type ProductHydrationServiceModifier and TypeMethodDescriptionvoidDefaultProductService.setProductHydrationService(ProductHydrationService productHydrationService) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceRelatedCharacteristicsProductContextContributor.getProductHydrationService()Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor with parameters of type ProductHydrationServiceModifier and TypeMethodDescriptionvoidRelatedCharacteristicsProductContextContributor.setProductHydrationService(ProductHydrationService productHydrationService) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.service.product.consolidation
Methods in com.broadleafcommerce.catalog.service.product.consolidation that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceProductCharacteristicsConsolidationContributor.getProductHydrationService()Constructors in com.broadleafcommerce.catalog.service.product.consolidation with parameters of type ProductHydrationServiceModifierConstructorDescriptionProductCharacteristicsConsolidationContributor(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductCharacteristicService<ProductCharacteristic> productCharacteristicService, CharacteristicService<Characteristic> characteristicService, CharacteristicHydrationService characteristicHydrationService, BusinessTypeService<BusinessType> businessTypeService, ProductHydrationService productHydrationService, ConsolidationBusinessTypeHydrationUtil consolidationBusinessTypeHydrationUtil) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.service.product.hydration
Classes in com.broadleafcommerce.catalog.service.product.hydration that implement ProductHydrationService -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceProductEndpoint.getProductHydrationService()Constructors in com.broadleafcommerce.catalog.web.endpoint with parameters of type ProductHydrationServiceModifierConstructorDescriptionProductEndpoint(ProductService<Product> productSvc, CloneProductService<Product, CloneProductRequest> cloneProductSvc, SkuGenerationService<Variant> skuGenerationSvc, PromotionalProductService<PromotionalProduct> promotionalProductSvc, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.bulk.service.BulkUpdateManager bulkUpdateManager, com.broadleafcommerce.bulk.service.BulkUpdateService<com.broadleafcommerce.bulk.domain.BulkUpdate> bulkUpdateService, com.broadleafcommerce.common.extension.TypeFactory catalogFactory, ProductConsolidationService productConsolidationService, ProductHydrationService productHydrationService, OptionGenerationService<Product> optionGenerationService, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.web.RsqlFilterHandlerMethodArgumentResolver rsqlResolver, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) -
Uses of ProductHydrationService in com.broadleafcommerce.catalog.web.endpoint.option
Methods in com.broadleafcommerce.catalog.web.endpoint.option that return ProductHydrationServiceModifier and TypeMethodDescriptionprotected ProductHydrationServiceOptionTemplateEndpoint.getProductHydrationService()Constructors in com.broadleafcommerce.catalog.web.endpoint.option with parameters of type ProductHydrationServiceModifierConstructorDescriptionOptionTemplateEndpoint(OptionTemplateService<OptionTemplate> productOptionService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, ProductHydrationService productHydrationService)