Package io.jmix.reports.libintegration
Class JmixGroovyDataLoader
java.lang.Object
io.jmix.reports.libintegration.JmixGroovyDataLoader
- All Implemented Interfaces:
ReportDataLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GroovyScriptParametersProviderprotected Resourcesprotected Scripting -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scripting
-
resources
-
groovyScriptParametersProvider
-
-
Constructor Details
-
JmixGroovyDataLoader
-
-
Method Details
-
loadData
public List<Map<String,Object>> loadData(ReportQuery reportQuery, BandData parentBand, Map<String, Object> params) Description copied from interface:ReportDataLoaderThis method MUST return list of mutable maps. We need mutability to put there some values implicitly.- Specified by:
loadDatain interfaceReportDataLoader
-