Uses of Interface
com.broadleafcommerce.common.dataexport.service.ExportFileWriter
Packages that use ExportFileWriter
Package
Description
-
Uses of ExportFileWriter in com.broadleafcommerce.common.dataexport.service
Classes in com.broadleafcommerce.common.dataexport.service that implement ExportFileWriterModifier and TypeClassDescriptionclassAn implementation ofExportFileWriterthat can write CSV files.Methods in com.broadleafcommerce.common.dataexport.service that return types with arguments of type ExportFileWriterModifier and TypeMethodDescriptionprotected List<ExportFileWriter<?>>DefaultExportManager.getExportFileWriters()protected Optional<ExportFileWriter<?>>DefaultExportManager.getFileWriterForExport(Export export) Methods in com.broadleafcommerce.common.dataexport.service with parameters of type ExportFileWriterModifier and TypeMethodDescriptionprotected voidDefaultExportManager.copyToStorageServiceAndFinishExport(Path toCopy, Export toUpdate, ExportFileWriter<?> fileWriter) protected <P,C extends ExportFileWriteContext>
voidDefaultExportManager.processInBatches(ExportProcessor<P> processor, ExportFileWriter<C> fileWriter, Export export, Path tempFile) -
Uses of ExportFileWriter in com.broadleafcommerce.common.dataexport.service.autoconfigure
Methods in com.broadleafcommerce.common.dataexport.service.autoconfigure that return ExportFileWriter