Uses of Class
com.broadleafcommerce.common.dataexport.service.ExportFileWriteContext
-
Packages that use ExportFileWriteContext Package Description com.broadleafcommerce.common.dataexport.service -
-
Uses of ExportFileWriteContext in com.broadleafcommerce.common.dataexport.service
Classes in com.broadleafcommerce.common.dataexport.service with type parameters of type ExportFileWriteContext Modifier and Type Interface Description interface
ExportFileWriter<C extends ExportFileWriteContext>
Responsible for writing the headers and rows of an export to a file.Subclasses of ExportFileWriteContext in com.broadleafcommerce.common.dataexport.service Modifier and Type Class Description class
CSVExportFileWriteContext
Holds state information required byCSVExportFileWriter
.Methods in com.broadleafcommerce.common.dataexport.service with type parameters of type ExportFileWriteContext Modifier and Type Method Description protected <P,C extends ExportFileWriteContext>
voidDefaultExportManager. processInBatches(ExportProcessor<P> processor, ExportFileWriter<C> fileWriter, Export export, Path tempFile)
-