Uses of Class
com.broadleafcommerce.catalog.dataimport.converter.CatalogTranslationColumnConverter
Packages that use CatalogTranslationColumnConverter
Package
Description
-
Uses of CatalogTranslationColumnConverter in com.broadleafcommerce.catalog.dataimport
Methods in com.broadleafcommerce.catalog.dataimport that return CatalogTranslationColumnConverterModifier and TypeMethodDescriptionprotected CatalogTranslationColumnConverter
CompleteProductImportBatchHandler.getCatalogTranslationColumnConverter()
Constructors in com.broadleafcommerce.catalog.dataimport with parameters of type CatalogTranslationColumnConverterModifierConstructorDescriptionCompleteProductImportBatchHandler
(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) -
Uses of CatalogTranslationColumnConverter in com.broadleafcommerce.catalog.dataimport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure that return CatalogTranslationColumnConverterModifier and TypeMethodDescriptionCatalogServicesImportAutoConfiguration.RowConverters.catalogTranslationColumnConverter
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure with parameters of type CatalogTranslationColumnConverterModifier 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)