Uses of Class
lumis.service.analytics.eventanalytics.bean.EventAnalyticsReportDashboard
-
Packages that use EventAnalyticsReportDashboard Package Description lumis.service.analytics.eventanalytics.bean -
-
Uses of EventAnalyticsReportDashboard in lumis.service.analytics.eventanalytics.bean
Methods in lumis.service.analytics.eventanalytics.bean that return types with arguments of type EventAnalyticsReportDashboard Modifier and Type Method Description java.util.List<EventAnalyticsReportDashboard>
EventAnalyticsDashboard. getInstances()
Get all the dashboard reports.java.util.Collection<EventAnalyticsReportDashboard>
EventAnalyticsReport. getInstances()
Gets all the report dashboards.java.util.List<EventAnalyticsReportDashboard>
EventAnalyticsDashboard. getReportsToBeUsed()
Returns the reports to be used when accessing the dashboard.Methods in lumis.service.analytics.eventanalytics.bean with parameters of type EventAnalyticsReportDashboard Modifier and Type Method Description EventAnalyticsDashboard
EventAnalyticsDashboard. removeReport(EventAnalyticsReportDashboard instance)
Removes a report from the dashboard.
-