Interface ReportExecutorUIService
- All Known Implementing Classes:
ReportExecutorUIServiceImpl
public interface ReportExecutorUIService
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecuteReportToken(ReportDto report) voidcreateNewVariant(ReportDto report, TeamSpaceDto teamSpace, TsDiskFolderDto folder, String executeToken, String name, String description, <any> callback) voidexecuteReport(ReportDto node) voidexecuteReport(ReportDto report, ExecutorEventHandler eventHandler, ExecuteReportConfiguration config, ReportViewConfiguration... viewConfigs) voidexecuteReportDirectly(ReportDto report) voidexecuteReportDirectly(ReportDto report, ExecutorEventHandler eventHandler, ExecuteReportConfiguration config, ReportViewConfiguration... viewConfigs) booleangetEffectiveReportPropertyAsBoolean(ReportDto report, String property) ComponentgetExecuteReportComponent(ReportDto report) ComponentgetExecuteReportComponent(ReportDto report, boolean showVariantStorer) ComponentgetExecuteReportComponent(ReportDto report, ExecutorEventHandler eventHandler, ExecuteReportConfiguration config, ReportViewConfiguration... viewConfigs) getPreviewReportComponent(ReportDto report)
-
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
-
createExecuteReportToken
-
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
-
getDefaultColumnWidth
Integer getDefaultColumnWidth() -
getMaxColumnWidth
Integer getMaxColumnWidth() -
getEffectiveReportPropertyAsBoolean
-