Uses of Class
com.broadleafcommerce.common.dataexport.service.ExportFileWriteResponse
-
Uses of ExportFileWriteResponse in com.broadleafcommerce.common.dataexport.service
Modifier and TypeMethodDescriptionstatic ExportFileWriteResponse
static ExportFileWriteResponse
ExportFileWriteResponse.success()
CSVExportFileWriter.writeHeaders
(LinkedHashSet<String> headers, CSVExportFileWriteContext executionContext) ExportFileWriter.writeHeaders
(LinkedHashSet<String> headers, C executionContext) Writes the given headers to the output file.CSVExportFileWriter.writeRows
(List<Map<String, String>> rows, CSVExportFileWriteContext executionContext) Writes the given rows to the export file.