Interface ReportHandler

All Known Implementing Classes:
ReportHandlerImpl

public interface ReportHandler
  • 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

      net.ideahut.springboot.report.ReportResult createReport(ReportInput input) throws Exception
      Throws:
      Exception
    • exportReport

      void exportReport(ReportInput input, OutputStream outputStream) throws Exception
      Throws:
      Exception