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 Summary
Fields inherited from class io.jmix.reports.libintegration.AbstractEntityDataLoader
beanFactory, dataManager, entityStates, fetchPlanRepository, metadataTools
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.reports.libintegration.AbstractEntityDataLoader
getFetchPlan, reloadEntity, reloadEntityByDataSetFetchPlan
-
Field Details
-
DEFAULT_ENTITY_PARAM_NAME
- See Also:
-
-
Constructor Details
-
SingleEntityDataLoader
public SingleEntityDataLoader()
-
-
Method Details
-
loadData
public List<Map<String,Object>> loadData(ReportQuery dataSet, BandData parentBand, Map<String, Object> params) Description copied from interface:ReportDataLoader
This method MUST return list of mutable maps. We need mutability to put there some values implicitly.
-