Class DelegatingDataLoader
java.lang.Object
io.jmix.reports.yarg.loaders.impl.DelegatingDataLoader
- All Implemented Interfaces:
ReportDataLoader
Delegates data loading operation to an object provided by
ReportQuery.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DelegatingDataLoader
public DelegatingDataLoader()
-
-
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
-