Package io.jmix.reports.libintegration
Class JmixGroovyDataLoader
java.lang.Object
io.jmix.reports.libintegration.JmixGroovyDataLoader
- All Implemented Interfaces:
- ReportDataLoader
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected GroovyScriptParametersProviderprotected Resourcesprotected Scripting
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
scripting
- 
resources
- 
groovyScriptParametersProvider
 
- 
- 
Constructor Details- 
JmixGroovyDataLoader
 
- 
- 
Method Details- 
loadDatapublic 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 interface- ReportDataLoader
 
 
-