Interface AfterReportFunctionService

All Known Implementing Classes:
AfterReportFunctionServiceImpl

public interface AfterReportFunctionService
  • Method Details

    • getAfterReportFunction

      AfterReportFunction getAfterReportFunction(String id)
    • execute

      void execute(ReportDescription reportDescription, EntityList data, boolean skipAfterReportFunction)
      Execute AfterReportFunction for provided ReportDescription and data
      Parameters:
      reportDescription - the report description object
      data - the data the report was filled with
      skipAfterReportFunction - whether execution should be skipped