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 ProductHydrationService
DefaultCloneProductService.getProductHydrationService()
Methods in com.broadleafcommerce.catalog.clone.product.service with parameters of type ProductHydrationServiceModifier and TypeMethodDescriptionvoid
DefaultCloneProductService.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 ProductHydrationService
SyncCharacteristicDefaultValuesBulkUpdateProcessor.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 ProductHydrationService
ProductEndpoint.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 ProductHydrationService
OptionTemplateEndpoint.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)