Uses of Class
com.broadleafcommerce.catalog.dataexport.converter.VariantExportRowConverter
Packages that use VariantExportRowConverter
Package
Description
-
Uses of VariantExportRowConverter in com.broadleafcommerce.catalog.dataexport
Methods in com.broadleafcommerce.catalog.dataexport that return VariantExportRowConverterModifier and TypeMethodDescriptionprotected VariantExportRowConverter
ProductExportRowProducer.getVariantExportRowConverter()
Constructors in com.broadleafcommerce.catalog.dataexport with parameters of type VariantExportRowConverterModifierConstructorDescriptionProductExportRowProducer
(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 VariantExportRowConverter in com.broadleafcommerce.catalog.dataexport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure that return VariantExportRowConverterModifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.Converters.variantExportRowConverter
(VariantExportSpecification variantExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ToStringConverter<Object> toStringConverter, DimensionsExportRowConverter dimensionsExportRowConverter, WeightExportRowConverter weightExportRowConverter) Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure with parameters of type VariantExportRowConverterModifier 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)