Interface ReportExecutorUIService

All Known Implementing Classes:
ReportExecutorUIServiceImpl

public interface ReportExecutorUIService
  • Method Details

    • executeReport

      void executeReport(ReportDto report, ExecutorEventHandler eventHandler, ExecuteReportConfiguration config, ReportViewConfiguration... viewConfigs)
    • getExecuteReportComponent

      Component getExecuteReportComponent(ReportDto report, ExecutorEventHandler eventHandler, ExecuteReportConfiguration config, ReportViewConfiguration... viewConfigs)
    • getPreviewReportComponent

      PreviewViewFactory getPreviewReportComponent(ReportDto report)
    • createExecuteReportToken

      String createExecuteReportToken(ReportDto report)
    • executeReport

      void executeReport(ReportDto node)
    • executeReportDirectly

      void executeReportDirectly(ReportDto report)
    • executeReportDirectly

      void executeReportDirectly(ReportDto report, ExecutorEventHandler eventHandler, ExecuteReportConfiguration config, ReportViewConfiguration... viewConfigs)
    • getExecuteReportComponent

      Component getExecuteReportComponent(ReportDto report)
    • getExecuteReportComponent

      Component getExecuteReportComponent(ReportDto report, boolean showVariantStorer)
    • getActiveReportExecuteAreaModule

      ReportExecuteAreaModule getActiveReportExecuteAreaModule()
    • getPdfPreviewView

      AbstractReportPreviewView getPdfPreviewView()
    • createNewVariant

      void createNewVariant(ReportDto report, TeamSpaceDto teamSpace, TsDiskFolderDto folder, String executeToken, String name, String description, <any> callback)
    • getDefaultColumnWidth

      Integer getDefaultColumnWidth()
    • getMaxColumnWidth

      Integer getMaxColumnWidth()
    • getEffectiveReportPropertyAsBoolean

      boolean getEffectiveReportPropertyAsBoolean(ReportDto report, String property)