Uses of Class
com.broadleafcommerce.catalog.dataexport.converter.SpecificItemChoiceExportRowConverter
Packages that use SpecificItemChoiceExportRowConverter
Package
Description
-
Uses of SpecificItemChoiceExportRowConverter in com.broadleafcommerce.catalog.dataexport
Methods in com.broadleafcommerce.catalog.dataexport that return SpecificItemChoiceExportRowConverterModifier and TypeMethodDescriptionprotected SpecificItemChoiceExportRowConverter
ProductExportRowProducer.getSpecificItemChoiceExportRowConverter()
Constructors in com.broadleafcommerce.catalog.dataexport with parameters of type SpecificItemChoiceExportRowConverterModifierConstructorDescriptionProductExportRowProducer
(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 SpecificItemChoiceExportRowConverter in com.broadleafcommerce.catalog.dataexport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure that return SpecificItemChoiceExportRowConverterModifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.Converters.specificItemChoiceExportRowConverter
(SpecificItemChoiceExportSpecification specificItemChoiceExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure with parameters of type SpecificItemChoiceExportRowConverterModifier 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)