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 Collection<EventAnalyticsReportDashboard>
EventAnalyticsDashboard. getInstances()
Get all the dashboard reports.Collection<EventAnalyticsReportDashboard>
EventAnalyticsReport. getInstances()
Gets all the report dashboards.Collection<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.
-