Uses of Class
com.broadleafcommerce.catalog.dataimport.converter.VariantRowConverter
Packages that use VariantRowConverter
Package
Description
-
Uses of VariantRowConverter in com.broadleafcommerce.catalog.dataimport
Methods in com.broadleafcommerce.catalog.dataimport that return VariantRowConverterModifier and TypeMethodDescriptionprotected VariantRowConverter
CompleteProductImportBatchHandler.getVariantConverter()
Constructors in com.broadleafcommerce.catalog.dataimport with parameters of type VariantRowConverterModifierConstructorDescriptionCompleteProductImportBatchHandler
(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 VariantRowConverter in com.broadleafcommerce.catalog.dataimport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure that return VariantRowConverterModifier and TypeMethodDescriptionCatalogServicesImportAutoConfiguration.RowConverters.variantRowConverter
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure with parameters of type VariantRowConverterModifier 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) -
Uses of VariantRowConverter in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return VariantRowConverterModifier and TypeMethodDescriptionprotected VariantRowConverter
ProductRowConverter.getVariantRowConverter()
Lazy injection to avoid circular dependency issues.Methods in com.broadleafcommerce.catalog.dataimport.converter with parameters of type VariantRowConverterModifier and TypeMethodDescriptionvoid
ProductRowConverter.setVariantRowConverter
(VariantRowConverter variantRowConverter) Lazy injection to avoid circular dependency issues.