Uses of Interface
com.broadleafcommerce.common.dataexport.service.ExportFileWriter
-
Packages that use ExportFileWriter Package Description com.broadleafcommerce.common.dataexport.service com.broadleafcommerce.common.dataexport.service.autoconfigure -
-
Uses of ExportFileWriter in com.broadleafcommerce.common.dataexport.service
Classes in com.broadleafcommerce.common.dataexport.service that implement ExportFileWriter Modifier and Type Class Description class
CSVExportFileWriter
An implementation ofExportFileWriter
that can write CSV files.Methods in com.broadleafcommerce.common.dataexport.service that return types with arguments of type ExportFileWriter Modifier and Type Method Description protected List<ExportFileWriter<?>>
DefaultExportManager. getExportFileWriters()
protected Optional<ExportFileWriter<?>>
DefaultExportManager. getFileWriterForExport(Export export)
Methods in com.broadleafcommerce.common.dataexport.service with parameters of type ExportFileWriter Modifier and Type Method Description protected void
DefaultExportManager. 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 Modifier and Type Method Description ExportFileWriter<CSVExportFileWriteContext>
ExportServiceAutoConfiguration. csvExportFileWriter()
-