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.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.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, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, 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) -
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)