AUTHORIZATION_UNIT
- public class DefaultReportingService<AUTHORIZATION_UNIT,PARAM_META> extends Object implements ReportingService<AUTHORIZATION_UNIT,PARAM_META>
ReportingService
; the ReporterMeta.getId()
is the same as the Spring id for the beanConstructor and Description |
---|
DefaultReportingService() |
DefaultReportingService(Map<AUTHORIZATION_UNIT,List<ReporterMeta<PARAM_META>>> reporterMetaMap) |
Modifier and Type | Method and Description |
---|---|
List<ReporterMeta<PARAM_META>> |
getReporterMeta(AUTHORIZATION_UNIT unit)
Get
ReporterMeta for a given AUTHORIZATION_UNIT |
ReporterMeta<PARAM_META> |
getReporterMeta(String id) |
Map<AUTHORIZATION_UNIT,List<ReporterMeta<PARAM_META>>> |
getReporterMetaMap() |
public DefaultReportingService()
public DefaultReportingService(Map<AUTHORIZATION_UNIT,List<ReporterMeta<PARAM_META>>> reporterMetaMap)
public List<ReporterMeta<PARAM_META>> getReporterMeta(AUTHORIZATION_UNIT unit)
ReportingService
ReporterMeta
for a given AUTHORIZATION_UNITgetReporterMeta
in interface ReportingService<AUTHORIZATION_UNIT,PARAM_META>
unit
- as AUTHORIZATION_UNITReporterMeta
@nullable true, if no Reports exist for the requested Unitpublic ReporterMeta<PARAM_META> getReporterMeta(String id)
getReporterMeta
in interface ReportingService<AUTHORIZATION_UNIT,PARAM_META>
id
- as unique Id to identify the Reporter neededpublic Map<AUTHORIZATION_UNIT,List<ReporterMeta<PARAM_META>>> getReporterMetaMap()
Copyright © 2018. All rights reserved.