Uses of Class
net.ideahut.springboot.report.ReportInput
Packages that use ReportInput
-
Uses of ReportInput in net.ideahut.springboot.report
Methods in net.ideahut.springboot.report that return ReportInputModifier and TypeMethodDescriptionReportInput.setAllParameter(net.ideahut.springboot.object.MapStringObject map) ReportInput.setDatasource(Collection<?> datasource) ReportInput.setParameter(String name, Object value) ReportInput.setParameters(net.ideahut.springboot.object.MapStringObject parameters) ReportInput.setReport(net.sf.jasperreports.engine.JasperReport report) ReportInput.setType(net.ideahut.springboot.report.ReportType type) Methods in net.ideahut.springboot.report with parameters of type ReportInputModifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperPrintReportHandler.createPrint(ReportInput input) net.sf.jasperreports.engine.JasperPrintReportHandlerImpl.createPrint(ReportInput input) net.ideahut.springboot.report.ReportResultReportHandler.createReport(ReportInput input) net.ideahut.springboot.report.ReportResultReportHandler.createReport(ReportInput input, boolean useExportManager) net.ideahut.springboot.report.ReportResultReportHandlerImpl.createReport(ReportInput input) net.ideahut.springboot.report.ReportResultReportHandlerImpl.createReport(ReportInput input, boolean useExportManager) voidReportHandler.exportReport(ReportInput input, OutputStream outputStream) voidReportHandlerImpl.exportReport(ReportInput input, OutputStream outputStream)