Class ExecuteAsTableReportPreviewHooker
java.lang.Object
net.datenwerke.rs.base.service.reportengines.table.hookers.ExecuteAsTableReportPreviewHooker
- All Implemented Interfaces:
Hook,ReportExecutorExecuteAsHooker
public class ExecuteAsTableReportPreviewHooker
extends Object
implements ReportExecutorExecuteAsHooker
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.datenwerke.rs.core.service.reportmanager.hooks.ReportExecutorExecuteAsHooker
ReportExecutorExecuteAsHooker.ExecuteConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReportDtoadjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) DtoadjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object result) boolean
-
Constructor Details
-
ExecuteAsTableReportPreviewHooker
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceReportExecutorExecuteAsHooker
-
getConfig
public ReportExecutorExecuteAsHooker.ExecuteConfig getConfig(ReportDto report, User currentUser, String format, DwModel configModel) - Specified by:
getConfigin interfaceReportExecutorExecuteAsHooker
-
adjustResult
public Dto adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object result) - Specified by:
adjustResultin interfaceReportExecutorExecuteAsHooker
-
adjustReport
public ReportDto adjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) - Specified by:
adjustReportin interfaceReportExecutorExecuteAsHooker
-