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 TypeMethodDescriptionvoidCsvExportStreamer.addRecords(List<QRecord> qRecords) voidExportStreamerInterface.addRecords(List<QRecord> recordList) Called as records flow into the pipe.voidJsonExportStreamer.addRecords(List<QRecord> qRecords) voidListOfMapsExportStreamer.addRecords(List<QRecord> qRecords) voidTsvExportStreamer.addRecords(List<QRecord> qRecords) voidCsvExportStreamer.addTotalsRow(QRecord record) default voidExportStreamerInterface.addTotalsRow(QRecord record) voidJsonExportStreamer.addTotalsRow(QRecord record) voidTsvExportStreamer.addTotalsRow(QRecord record) voidExportStreamerInterface.finish()Called after all sheets are complete.voidJsonExportStreamer.finish()static QReportViewReportUtils.getSourceViewForPivotTableView(List<QReportView> views, QReportView pivotTableView) default voidExportStreamerInterface.preRun(ReportDestination reportDestination, List<QReportView> views) Called once, before any sheets are actually being produced.voidJsonExportStreamer.preRun(ReportDestination reportDestination, List<QReportView> views) voidCsvExportStreamer.start(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) voidExportStreamerInterface.start(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) Called once per sheet, before any rows are available.voidJsonExportStreamer.start(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) voidListOfMapsExportStreamer.start(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) voidTsvExportStreamer.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 TypeMethodDescriptionvoidExcelFastexcelExportStreamer.addRecords(List<QRecord> qRecords) voidExcelFastexcelExportStreamer.finish()voidExcelFastexcelExportStreamer.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 TypeMethodDescriptionvoidExcelPoiBasedStreamingExportStreamer.addRecords(List<QRecord> qRecords) voidExcelPoiBasedStreamingExportStreamer.addTotalsRow(QRecord record) voidExcelPoiBasedStreamingExportStreamer.finish()voidExcelPoiBasedStreamingExportStreamer.preRun(ReportDestination reportDestination, List<QReportView> views) voidExcelPoiBasedStreamingExportStreamer.start(ExportInput exportInput, List<QFieldMetaData> fields, String label, QReportView view) Starts a new worksheet in the current workbook.