Uses of Class
lumis.service.analytics.eventanalytics.bean.EventAnalyticsReport
-
Packages that use EventAnalyticsReport Package Description lumis.service.analytics.eventanalytics lumis.service.analytics.eventanalytics.bean lumis.service.analytics.usersegmentation.bean -
-
Uses of EventAnalyticsReport in lumis.service.analytics.eventanalytics
Methods in lumis.service.analytics.eventanalytics that return EventAnalyticsReport Modifier and Type Method Description EventAnalyticsReport
DashboardEmailUtil.ReportRenderResult. getReport()
Returns the report.static EventAnalyticsReport
EventAnalyticsUtil. getReport(String reportId)
Returns the given report.Methods in lumis.service.analytics.eventanalytics with parameters of type EventAnalyticsReport Modifier and Type Method Description static byte[]
XChartUtil. printBarChart(DashboardEmailUtil.Series series, EventAnalyticsReport report, ServiceInstanceConfig cxServiceInstance)
Returns a PNG image (bytes) for the given bar chart.static byte[]
XChartUtil. printLineChart(DashboardEmailUtil.Series series, EventAnalyticsReport report, ServiceInstanceConfig cxServiceInstance)
Returns a PNG image (bytes) for the given line chart.static byte[]
XChartUtil. printPieChart(DashboardEmailUtil.Series series, EventAnalyticsReport report, boolean isDonut, ServiceInstanceConfig cxServiceInstance)
Returns a PNG image (bytes) for the given chart.Constructors in lumis.service.analytics.eventanalytics with parameters of type EventAnalyticsReport Constructor Description ReportRenderResult(EventAnalyticsReport report, org.json.JSONObject reportValues, byte[] reportImage, DashboardEmailUtil.Series series)
-
Uses of EventAnalyticsReport in lumis.service.analytics.eventanalytics.bean
Methods in lumis.service.analytics.eventanalytics.bean that return EventAnalyticsReport Modifier and Type Method Description EventAnalyticsReport
EventAnalyticsReport. clone()
EventAnalyticsReport
EventAnalyticsReportDashboard. getReport()
Returns the report.EventAnalyticsReport
EventAnalyticsReport. setCacheExpiration(int cacheExpiration)
Sets the cache expiration.EventAnalyticsReport
EventAnalyticsReport. setCompareWithAmount(Integer compareWithAmount)
Sets the compareWithAmount.EventAnalyticsReport
EventAnalyticsReport. setCompareWithType(String compareWithType)
Sets the compareWithType.EventAnalyticsReport
EventAnalyticsReport. setEnableRest(boolean enableRest)
Sets the enableRest.EventAnalyticsReport
EventAnalyticsReport. setEventFilter(String eventFilter)
Sets the eventFilter.EventAnalyticsReport
EventAnalyticsReport. setGroupBy(String groupBy)
Sets the groupBy.EventAnalyticsReport
EventAnalyticsReport. setHideAxisLabels(Boolean hideAxisLabels)
Sets the hideAxisLabels.EventAnalyticsReport
EventAnalyticsReport. setHideLabels(Boolean hideLabels)
Sets the hideLabels.EventAnalyticsReport
EventAnalyticsReport. setInterval(String interval)
Sets the interval.EventAnalyticsReport
EventAnalyticsReport. setMetrics(String metrics)
Sets the metrics.EventAnalyticsReport
EventAnalyticsReport. setPosition(int position)
Sets the position.EventAnalyticsReport
EventAnalyticsReport. setReportType(String reportType)
Sets the reportType.EventAnalyticsReport
EventAnalyticsReport. setRestFilterLumisUserId(boolean restFilterLumisUserId)
Sets the restFilterLumisUserId.EventAnalyticsReport
EventAnalyticsReport. setRestFilterMonitorUserId(boolean restFilterMonitorUserId)
Sets the restFilterMonitorUserId.EventAnalyticsReport
EventAnalyticsReport. setRestFilterProjectId(boolean restFilterProjectId)
Sets whether this report should demand a filter for project identifier when accessed through the REST interface.EventAnalyticsReport
EventAnalyticsReport. setRestFriendlyId(String restFriendlyId)
Sets the restFriendlyId.EventAnalyticsReport
EventAnalyticsReport. setShowAbandoned(Boolean showAbandoned)
Sets the showAbandoned.EventAnalyticsReport
EventAnalyticsReport. setShowTable(Boolean showTable)
Sets the showTable.EventAnalyticsReport
EventAnalyticsReport. setShowTotal(Boolean showTotal)
Sets the showTotal.EventAnalyticsReport
EventAnalyticsReport. setStandard(boolean isStandard)
Sets the isStandard.EventAnalyticsReport
EventAnalyticsReport. setTimeFrame(String timeFrame)
Sets the timeFrame.EventAnalyticsReport
EventAnalyticsReport. setTitle(String title)
Sets the title.EventAnalyticsReport
EventAnalyticsReport. setUserSegmentation(String userSegmentation)
Sets the userSegmentation.Methods in lumis.service.analytics.eventanalytics.bean with parameters of type EventAnalyticsReport 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. -
Uses of EventAnalyticsReport in lumis.service.analytics.usersegmentation.bean
Methods in lumis.service.analytics.usersegmentation.bean that return types with arguments of type EventAnalyticsReport Modifier and Type Method Description Collection<EventAnalyticsReport>
UserSegmentation. getReports()
Get reports that have this User Segementation.
-