Interface AfterReportFunctionService

All Known Implementing Classes:
AfterReportFunctionServiceImpl

public interface AfterReportFunctionService
  • Method Details Link icon

    • getAfterReportFunction Link icon

      AfterReportFunction getAfterReportFunction(String id)
    • execute Link icon

      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