Package io.jmix.reports.libintegration
Class SingleEntityDataLoader
java.lang.Object
io.jmix.reports.libintegration.AbstractEntityDataLoader
io.jmix.reports.libintegration.SingleEntityDataLoader
- All Implemented Interfaces:
- ReportDataLoader
- 
Field SummaryFieldsFields inherited from class io.jmix.reports.libintegration.AbstractEntityDataLoaderbeanFactory, dataManager, entityStates, fetchPlanRepository, metadataTools
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.reports.libintegration.AbstractEntityDataLoadergetFetchPlan, reloadEntity, reloadEntityByDataSetFetchPlan
- 
Field Details- 
DEFAULT_ENTITY_PARAM_NAME- See Also:
 
 
- 
- 
Constructor Details- 
SingleEntityDataLoaderpublic SingleEntityDataLoader()
 
- 
- 
Method Details- 
loadDatapublic List<Map<String,Object>> loadData(ReportQuery dataSet, 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.
 
-