Uses of Class
com.broadleafcommerce.common.dataexport.service.ExportFileWriteContext
Packages that use ExportFileWriteContext
-
Uses of ExportFileWriteContext in com.broadleafcommerce.common.dataexport.service
Classes in com.broadleafcommerce.common.dataexport.service with type parameters of type ExportFileWriteContextModifier and TypeInterfaceDescriptioninterfaceExportFileWriter<C extends ExportFileWriteContext>Responsible for writing the headers and rows of an export to a file.Subclasses of ExportFileWriteContext in com.broadleafcommerce.common.dataexport.serviceMethods in com.broadleafcommerce.common.dataexport.service with type parameters of type ExportFileWriteContextModifier and TypeMethodDescriptionprotected <P,C extends ExportFileWriteContext>
voidDefaultExportManager.processInBatches(ExportProcessor<P> processor, ExportFileWriter<C> fileWriter, Export export, Path tempFile)