Uses of Class
com.kingsrook.qqq.backend.core.exceptions.QReportingException
Packages that use QReportingException
Package
Description
-
Uses of QReportingException in com.kingsrook.qqq.backend.core.actions.reporting
Methods in com.kingsrook.qqq.backend.core.actions.reporting that throw QReportingExceptionModifier and TypeMethodDescriptionvoid
CsvExportStreamer.addRecords
(List<QRecord> qRecords) void
ExportStreamerInterface.addRecords
(List<QRecord> recordList) Called as records flow into the pipe.void
JsonExportStreamer.addRecords
(List<QRecord> qRecords) void
ListOfMapsExportStreamer.addRecords
(List<QRecord> qRecords) void
CsvExportStreamer.addTotalsRow
(QRecord record) default void
ExportStreamerInterface.addTotalsRow
(QRecord record) void
JsonExportStreamer.addTotalsRow
(QRecord record) void
ExportStreamerInterface.finish()
Called after all sheets are complete.void
JsonExportStreamer.finish()
static QReportView
ReportUtils.getSourceViewForPivotTableView
(List<QReportView> views, QReportView pivotTableView) default void
ExportStreamerInterface.preRun
(ReportDestination reportDestination, List<QReportView> views) Called once, before any sheets are actually being produced.void
JsonExportStreamer.preRun
(ReportDestination reportDestination, List<QReportView> views) void
CsvExportStreamer.start
(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) void
ExportStreamerInterface.start
(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) Called once per sheet, before any rows are available.void
JsonExportStreamer.start
(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) void
ListOfMapsExportStreamer.start
(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) -
Uses of QReportingException in com.kingsrook.qqq.backend.core.actions.reporting.excel.fastexcel
Methods in com.kingsrook.qqq.backend.core.actions.reporting.excel.fastexcel that throw QReportingExceptionModifier and TypeMethodDescriptionvoid
ExcelFastexcelExportStreamer.addRecords
(List<QRecord> qRecords) void
ExcelFastexcelExportStreamer.finish()
void
ExcelFastexcelExportStreamer.start
(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) Starts a new worksheet in the current workbook. -
Uses of QReportingException in com.kingsrook.qqq.backend.core.actions.reporting.excel.poi
Methods in com.kingsrook.qqq.backend.core.actions.reporting.excel.poi that throw QReportingExceptionModifier and TypeMethodDescriptionvoid
ExcelPoiBasedStreamingExportStreamer.addRecords
(List<QRecord> qRecords) void
ExcelPoiBasedStreamingExportStreamer.addTotalsRow
(QRecord record) void
ExcelPoiBasedStreamingExportStreamer.finish()
void
ExcelPoiBasedStreamingExportStreamer.preRun
(ReportDestination reportDestination, List<QReportView> views) void
ExcelPoiBasedStreamingExportStreamer.start
(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) Starts a new worksheet in the current workbook.