Package net.ideahut.springboot.report
Interface ReportHandler
- All Known Implementing Classes:
ReportHandlerImpl
public interface ReportHandler
-
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperPrintcreatePrint(ReportInput input) net.ideahut.springboot.report.ReportResultcreateReport(ReportInput input) net.ideahut.springboot.report.ReportResultcreateReport(ReportInput input, boolean useExportManager) voidexportReport(ReportInput input, OutputStream outputStream)
-
Method Details
-
createPrint
net.sf.jasperreports.engine.JasperPrint createPrint(ReportInput input) throws net.sf.jasperreports.engine.JRException - Throws:
net.sf.jasperreports.engine.JRException
-
createReport
net.ideahut.springboot.report.ReportResult createReport(ReportInput input, boolean useExportManager) throws Exception - Throws:
Exception
-
createReport
- Throws:
Exception
-
exportReport
- Throws:
Exception
-