Uses of Interface
com.broadleafcommerce.catalog.service.asset.ProductAssetService
Packages that use ProductAssetService
Package
Description
- 
Uses of ProductAssetService in com.broadleafcommerce.catalog.clone.product.autoconfigure
Methods in com.broadleafcommerce.catalog.clone.product.autoconfigure with parameters of type ProductAssetServiceModifier and TypeMethodDescriptionCloneProductAutoConfiguration.cloneProductAssetsService(ProductAssetService<ProductAsset> productAssetService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.clone.product.service
Methods in com.broadleafcommerce.catalog.clone.product.service that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>CloneProductAssetsService.getProductAssetService()Constructors in com.broadleafcommerce.catalog.clone.product.service with parameters of type ProductAssetServiceModifierConstructorDescriptionCloneProductAssetsService(ProductAssetService<ProductAsset> productAssetService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.dataexport
Methods in com.broadleafcommerce.catalog.dataexport that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>ProductExportRowProducer.getProductAssetService()Constructors in com.broadleafcommerce.catalog.dataexport with parameters of type ProductAssetServiceModifierConstructorDescriptionProductExportRowProducer(ProductExportRowConverter productExportRowConverter, VariantExportRowConverter variantExportRowConverter, IncludedProductExportRowConverter includedProductExportRowConverter, ProductOptionExportRowConverter productOptionExportRowConverter, CategoryProductExportRowConverter categoryProductExportRowConverter, ProductAssetExportRowConverter productAssetExportRowConverter, AttributeChoiceValueExportRowConverter attributeChoiceValueExportRowConverter, SpecificItemChoiceExportRowConverter specificItemChoiceExportRowConverter, ProductTagExportRowConverter productTagExportRowConverter, VariantService<Variant> variantService, CategoryProductService<CategoryProduct> categoryProductService, ProductAssetService<ProductAsset> productAssetService, ProductTagService<ProductTag> productTagService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.dataexport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure with parameters of type ProductAssetServiceModifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.productExportRowProducer(ProductExportRowConverter productExportRowConverter, VariantExportRowConverter variantExportRowConverter, IncludedProductExportRowConverter includedProductExportRowConverter, ProductOptionExportRowConverter productOptionExportRowConverter, CategoryProductExportRowConverter categoryProductExportRowConverter, ProductAssetExportRowConverter productAssetExportRowConverter, AttributeChoiceValueExportRowConverter attributeChoiceValueExportRowConverter, SpecificItemChoiceExportRowConverter specificItemChoiceExportRowConverter, ProductTagExportRowConverter productTagExportRowConverter, VariantService<Variant> variantService, CategoryProductService<CategoryProduct> categoryProductService, ProductAssetService<ProductAsset> productAssetService, ProductTagService<ProductTag> productTagService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.dataimport
Methods in com.broadleafcommerce.catalog.dataimport that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>CompleteProductImportBatchHandler.getProductAssetService()protected ProductAssetService<ProductAsset>ProductImportBatchHandler.getProductAssetService()Deprecated.Constructors in com.broadleafcommerce.catalog.dataimport with parameters of type ProductAssetServiceModifierConstructorDescriptionCompleteProductImportBatchHandler(ProductRowConverter productConverter, CategoryProductColumnConverter categoryProductColumnConverter, ProductImageColumnConverter productImageColumnConverter, VariantRowConverter variantConverter, CatalogTranslationColumnConverter catalogTranslationColumnConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, int batchSize, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) CompleteProductImportBatchHandler(ProductRowConverter productConverter, CategoryProductColumnConverter categoryProductColumnConverter, ProductImageColumnConverter productImageColumnConverter, VariantRowConverter variantConverter, CatalogTranslationColumnConverter catalogTranslationColumnConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) ProductImportBatchHandler(ProductConverter productConverter, VariantConverter variantConverter, IncludedProductConverter includedProductConverter, ProductOptionConverter productOptionConverter, AttributeChoiceValueConverter attributeChoiceValueConverter, SpecificItemChoiceConverter specificItemChoiceConverter, CategoryProductConverter categoryProductConverter, ProductAssetConverter productAssetConverter, ProductTagConverter productTagConverter, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductDefaultsInitializer productDefaultsInitializer, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryProductService<CategoryProduct> categoryProductService, OptionTemplateGroupService<OptionTemplateGroup> optionTemplateGroupService, OptionTemplateService<OptionTemplate> optionTemplateService, ProductTagService<ProductTag> productTagService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) Deprecated. - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.dataimport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure with parameters of type ProductAssetServiceModifier and TypeMethodDescriptionCatalogServicesImportAutoConfiguration.completeProductImportBatchHandler(ProductRowConverter productConverter, CategoryProductColumnConverter categoryProductColumnConverter, ProductImageColumnConverter productImageColumnConverter, VariantRowConverter variantConverter, CatalogTranslationColumnConverter catalogTranslationColumnConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) CatalogServicesImportAutoConfiguration.productImportBatchHandler(ProductConverter productConverter, VariantConverter variantConverter, IncludedProductConverter includedProductConverter, ProductOptionConverter productOptionConverter, AttributeChoiceValueConverter attributeChoiceValueConverter, SpecificItemChoiceConverter specificItemChoiceConverter, CategoryProductConverter categoryProductConverter, ProductAssetConverter productAssetConverter, ProductTagConverter productTagConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryProductService<CategoryProduct> categoryProductService, OptionTemplateService<OptionTemplate> optionTemplateService, OptionTemplateGroupService<OptionTemplateGroup> optionTemplateGroupService, ProductTagService<ProductTag> productTagService, ProductDefaultsInitializer productDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.service.asset
Classes in com.broadleafcommerce.catalog.service.asset that implement ProductAssetServiceMethods in com.broadleafcommerce.catalog.service.asset that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<P>DefaultProductPrimaryAssetCollisionService.getProductAssetService()Methods in com.broadleafcommerce.catalog.service.asset with parameters of type ProductAssetServiceModifier and TypeMethodDescriptionvoidDefaultProductPrimaryAssetCollisionService.setProductAssetService(ProductAssetService<P> productAssetService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.service.category.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.category.commerce.context.contributor that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>RelatedProductAssetsCategoryContextContributor.getProductAssetService()Constructors in com.broadleafcommerce.catalog.service.category.commerce.context.contributor with parameters of type ProductAssetServiceModifierConstructorDescriptionRelatedProductAssetsCategoryContextContributor(ProductAssetService<ProductAsset> productAssetService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.service.product.commerce
Methods in com.broadleafcommerce.catalog.service.product.commerce that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>DefaultProductDetailsService.getProductAssetService()Constructors in com.broadleafcommerce.catalog.service.product.commerce with parameters of type ProductAssetServiceModifierConstructorDescriptionDefaultProductDetailsService(List<ProductDetailsContributor> detailsContributors, List<ProductDetailsContextContributor> contextContributors, List<ProductDetailsContextConsolidator> contextConsolidators, ProductService<Product> productService, ProductAssetService<ProductAsset> productAssetService, ProductTagService<ProductTag> productTagService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>RelatedProductAssetsProductContextContributor.getProductAssetService()Constructors in com.broadleafcommerce.catalog.service.product.commerce.context.contributor with parameters of type ProductAssetServiceModifierConstructorDescriptionRelatedProductAssetsProductContextContributor(ProductAssetService<ProductAsset> productAssetService)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.service.product.consolidation
Methods in com.broadleafcommerce.catalog.service.product.consolidation that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>TranslationProductConsolidationContributor.getProductAssetService()protected ProductAssetService<ProductAsset>PrimaryAssetProductConsolidationContributor.getProductAssetSvc()Constructors in com.broadleafcommerce.catalog.service.product.consolidation with parameters of type ProductAssetServiceModifierConstructorDescriptionPrimaryAssetProductConsolidationContributor(ProductAssetService<ProductAsset> productAssetSvc, com.broadleafcommerce.common.extension.TypeFactory typeFactory) TranslationProductConsolidationContributor(com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>DefaultProductHydrationService.getProductAssetService()Constructors in com.broadleafcommerce.catalog.service.product.hydration with parameters of type ProductAssetServiceModifierConstructorDescriptionDefaultProductHydrationService(ProductService<Product> productService, ProductAssetService<ProductAsset> productAssetService, VariantService<Variant> variantService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, DataDrivenEnumService<DataDrivenEnum> dataDrivenEnumService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of ProductAssetService in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return ProductAssetServiceModifier and TypeMethodDescriptionprotected ProductAssetService<ProductAsset>CategoryEndpoint.getProductAssetService()protected ProductAssetService<ProductAsset>ProductAssetEndpoint.getProductAssetService()Constructors in com.broadleafcommerce.catalog.web.endpoint with parameters of type ProductAssetServiceModifierConstructorDescriptionCategoryEndpoint(CategoryService<Category> categoryService, CategoryAncestryHydrationService categoryAncestryHydrationService, PromotionalCategoryProductService<PromotionalCategoryProduct> promotionalCategoryProductService, ProductService<Product> productService, ProductAssetService<ProductAsset> productAssetService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.common.extension.TypeFactory catalogFactory, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, CloneCategoryService<Category, CloneCategoryRequest> cloneCategorySvc, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser) ProductAssetEndpoint(ProductAssetService<ProductAsset> productAssetService, ProductService<Product> productService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)