Class ScriptReportGenericOutputGenerator
java.lang.Object
net.datenwerke.rs.scriptreport.service.scriptreport.generator.ScriptReportGenericOutputGenerator
- All Implemented Interfaces:
ReportOutputGenerator,ScriptReportOutputGenerator
public class ScriptReportGenericOutputGenerator
extends Object
implements ScriptReportOutputGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionScriptReportGenericOutputGenerator(<any> rendererListProvider, ScriptingService scriptService, HookHandlerService hookHandler) -
Method Summary
Modifier and TypeMethodDescriptionexport(User user, Object con, ScriptReport sReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig[] configs) Returns an emptyCompiledReportobject to specify the type of report that is generated by this generator.String[]booleanReturns true if this generator should be used if the format is not recognized.
-
Constructor Details
-
Method Details
-
getFormats
- Specified by:
getFormatsin interfaceReportOutputGenerator- Returns:
- The generator's format
-
isCatchAll
public boolean isCatchAll()Description copied from interface:ReportOutputGeneratorReturns true if this generator should be used if the format is not recognized.- Specified by:
isCatchAllin interfaceReportOutputGenerator
-
export
public CompiledReport export(User user, Object con, ScriptReport sReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig[] configs) - Specified by:
exportin interfaceScriptReportOutputGenerator
-
getFormatInfo
Description copied from interface:ReportOutputGeneratorReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator.- Specified by:
getFormatInfoin interfaceReportOutputGenerator
-