| Constructor and Description |
|---|
LogDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<Object[]> |
countLogsGroupdByNewValue(boolean internal) |
Long |
countLogsNumber(LogType type,
String newValue,
boolean internal) |
Long |
countLogsNumberBetweenDates(Calendar from,
Calendar to,
LogType type,
boolean internal) |
Long |
countLogsNumberBetweenDates(Calendar from,
Calendar to,
LogType type,
String newValue,
boolean internal) |
List<LogEntity> |
getByType(LogType type,
int offset,
int limit) |
List<LogEntity> |
getFirstLogByType(LogType type) |
List<LogEntity> |
getLogsByNewValue(String newValue) |
List<LogEntity> |
getLogsByTicketAndStatus(String topicId,
List<String> status) |
Double |
getTimeToFirstResponseAvgBetweenDates(Calendar from,
Calendar to,
boolean internal) |
List<LogEntity> |
getTimeToFirstResponseFirstLog() |
Double |
getTimeToResolutionAvgBetweenDates(Calendar from,
Calendar to,
boolean internal) |
List<LogEntity> |
getTimeToResolutionFirstLog() |
List<LogEntity> |
getupdates(Calendar from,
Calendar to) |
public List<LogEntity> getLogsByTicketAndStatus(String topicId, List<String> status)
public Double getTimeToFirstResponseAvgBetweenDates(Calendar from, Calendar to, boolean internal)
public Double getTimeToResolutionAvgBetweenDates(Calendar from, Calendar to, boolean internal)
public Long countLogsNumberBetweenDates(Calendar from, Calendar to, LogType type, String newValue, boolean internal)
public Long countLogsNumberBetweenDates(Calendar from, Calendar to, LogType type, boolean internal)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.