Package net.ideahut.springboot.report
Class ReportHandlerImpl
java.lang.Object
net.ideahut.springboot.report.ReportHandlerImpl
- All Implemented Interfaces:
ReportHandler
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
ReportHandlerImpl
public ReportHandlerImpl()
-
-
Method Details
-
createReport
public net.ideahut.springboot.report.ReportResult createReport(ReportInput input, boolean useExportManager) throws Exception - Specified by:
createReportin interfaceReportHandler- Throws:
Exception
-
createReport
- Specified by:
createReportin interfaceReportHandler- Throws:
Exception
-
exportReport
- Specified by:
exportReportin interfaceReportHandler- Throws:
Exception
-
createPrint
public net.sf.jasperreports.engine.JasperPrint createPrint(ReportInput input) throws net.sf.jasperreports.engine.JRException - Specified by:
createPrintin interfaceReportHandler- Throws:
net.sf.jasperreports.engine.JRException
-