public class TicketChartsController extends CSControllerBase
| Constructor and Description |
|---|
TicketChartsController() |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response |
countSpaceTicketsGroupdByAssignee(String spaceId) |
juzu.Response |
countSpaceTicketsGroupdByOwner(String spaceId) |
juzu.Response |
countSpaceTicketsGroupdByStatus(String spaceId) |
juzu.Response |
getBundle(String locale) |
juzu.Response |
getCustomerOpenVsClosedTickets() |
juzu.Response |
getCustomerOpenVsClosedTicketsByDates(Long startDate,
Long endDate) |
juzu.Response |
getCustomerTicketsGroupdByOwner() |
juzu.Response |
getCustomerTicketsGroupdBySpace() |
juzu.Response |
getCustomerTicketsGroupdByStatus() |
juzu.Response |
getCustomerTicketsGroupdByStatusAndDates(Long startDate,
Long endDate) |
juzu.Response |
getData() |
juzu.Response |
getLogbyStatusChartData(String period,
Long startDate,
Long endDate) |
org.exoplatform.services.log.Log |
getLogger() |
juzu.Response |
getOpenVSClosedStatLog(String period,
Long startDate,
Long endDate) |
juzu.Response |
getSpaceMetricsData(String currentSpace) |
List<org.exoplatform.cs.dto.SpaceDTO> |
getSpaces()
this method returns the list of customer spaces
|
List<org.exoplatform.services.organization.User> |
getSupportUsernames(org.exoplatform.cs.dto.TicketDTO ticketDTO)
This service will return the names of all support team members
|
String |
getTimeInDaysMunitsAndSecondes(long millis) |
juzu.Response |
getTimeMetricsByMonth(Long startDate,
Long endDate) |
juzu.Response |
getTimeMetricsByWeek(Long startDate,
Long endDate) |
juzu.Response.Content |
index() |
Map<String,List<org.exoplatform.cs.service.tickets.FlowState>> |
loadStatuses()
this method returns the static list of ticket types
|
getBundle, getCurrentSpaceId, getCurrentUser, getResourceBundle, getResourceBundle, isCSManagerpublic juzu.Response.Content index()
public juzu.Response getBundle(String locale)
public Map<String,List<org.exoplatform.cs.service.tickets.FlowState>> loadStatuses()
public juzu.Response countSpaceTicketsGroupdByOwner(String spaceId)
public juzu.Response countSpaceTicketsGroupdByAssignee(String spaceId)
public juzu.Response countSpaceTicketsGroupdByStatus(String spaceId)
public juzu.Response getCustomerTicketsGroupdBySpace()
public juzu.Response getCustomerTicketsGroupdByOwner()
public juzu.Response getCustomerTicketsGroupdByStatus()
public juzu.Response getCustomerOpenVsClosedTickets()
public juzu.Response getOpenVSClosedStatLog(String period, Long startDate, Long endDate)
public juzu.Response getLogbyStatusChartData(String period, Long startDate, Long endDate)
public juzu.Response getCustomerOpenVsClosedTicketsByDates(Long startDate, Long endDate)
public juzu.Response getCustomerTicketsGroupdByStatusAndDates(Long startDate, Long endDate)
public juzu.Response getData()
public juzu.Response getSpaceMetricsData(String currentSpace)
public String getTimeInDaysMunitsAndSecondes(long millis)
public List<org.exoplatform.services.organization.User> getSupportUsernames(org.exoplatform.cs.dto.TicketDTO ticketDTO)
ticketDTO - public List<org.exoplatform.cs.dto.SpaceDTO> getSpaces()
public org.exoplatform.services.log.Log getLogger()
getLogger in class CSControllerBaseCopyright © 2003–2018 eXo Platform SAS. All rights reserved.