Uses of Class
lumis.service.analytics.eventanalytics.bean.EventAnalyticsDashboard
-
Packages that use EventAnalyticsDashboard Package Description lumis.service.analytics.eventanalytics lumis.service.analytics.eventanalytics.bean lumis.service.analytics.usersegmentation.bean -
-
Uses of EventAnalyticsDashboard in lumis.service.analytics.eventanalytics
Methods in lumis.service.analytics.eventanalytics that return EventAnalyticsDashboard Modifier and Type Method Description static EventAnalyticsDashboard
EventAnalyticsUtil. getStandardDashboardByType(String dashboardType)
Returns the standard dashboard by its type.Methods in lumis.service.analytics.eventanalytics that return types with arguments of type EventAnalyticsDashboard Modifier and Type Method Description static Collection<Tuple2<EventAnalyticsDashboard,ServiceInstanceConfig>>
DashboardEmailUtil. getDashboardsPendingToSendEmail()
Returns the dashboards that are pending either to be sent via email or to have the schedule date filled.Methods in lumis.service.analytics.eventanalytics with parameters of type EventAnalyticsDashboard Modifier and Type Method Description static ISingleMail
DashboardEmailUtil. prepareDashboardEmail(EventAnalyticsDashboard dashboard, ServiceInstanceConfig cxServiceInstance)
Prepare the email for the given dashboard. -
Uses of EventAnalyticsDashboard in lumis.service.analytics.eventanalytics.bean
Methods in lumis.service.analytics.eventanalytics.bean that return EventAnalyticsDashboard Modifier and Type Method Description EventAnalyticsDashboard
EventAnalyticsDashboard. addReport(EventAnalyticsReport report)
Adds a report to the dashboard.EventAnalyticsDashboard
EventAnalyticsDashboard. addReport(EventAnalyticsReport report, int position)
Add a report to this dashboard.EventAnalyticsDashboard
EventAnalyticsDashboard. addReport(EventAnalyticsReport report, int position, EventAnalyticsReportDashboard.Width width)
Add a report to this dashboard.EventAnalyticsDashboard
EventAnalyticsDashboard. clearReports()
Completely erases the reports of this dashboard.EventAnalyticsDashboard
EventAnalyticsDashboard. clone()
EventAnalyticsDashboard
EventAnalyticsReportDashboard. getDashboard()
Returns the dashboard.EventAnalyticsDashboard
EventAnalyticsDashboard. removeReport(EventAnalyticsReportDashboard instance)
Removes a report from the dashboard.EventAnalyticsDashboard
EventAnalyticsDashboard. setEmailNextDateToSend(Date emailNextDateToSend)
Sets the emailNextDateToSend.EventAnalyticsDashboard
EventAnalyticsDashboard. setEmailTargets(String emailTargets)
Sets the emailTargets.EventAnalyticsDashboard
EventAnalyticsDashboard. setEmailTime(Integer emailTime)
Sets the emailTime.EventAnalyticsDashboard
EventAnalyticsDashboard. setEmailType(EventAnalyticsDashboard.EmailType emailType)
Sets the emailType.EventAnalyticsDashboard
EventAnalyticsDashboard. setEmailWeekday(Integer emailWeekday)
Sets the emailWeekday.EventAnalyticsDashboard
EventAnalyticsDashboard. setPosition(Integer position)
Sets the position.EventAnalyticsDashboard
EventAnalyticsDashboard. setShared(boolean shared)
Sets whether this dashboard should be shared.EventAnalyticsDashboard
EventAnalyticsDashboard. setStandard(boolean isStandard)
Sets the isStandard.EventAnalyticsDashboard
EventAnalyticsDashboard. setTimeFrame(String timeFrame)
Sets the timeFrame.EventAnalyticsDashboard
EventAnalyticsDashboard. setTitle(String title)
Sets the title.EventAnalyticsDashboard
EventAnalyticsDashboard. setType(String type)
Sets the type.EventAnalyticsDashboard
EventAnalyticsDashboard. setUserSegmentation(String userSegmentation)
Sets the userSegmentation. -
Uses of EventAnalyticsDashboard in lumis.service.analytics.usersegmentation.bean
Methods in lumis.service.analytics.usersegmentation.bean that return types with arguments of type EventAnalyticsDashboard Modifier and Type Method Description Collection<EventAnalyticsDashboard>
UserSegmentation. getDashboards()
Get dashboards that have this User Segementation.
-