All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Long |
countLogsNumber(LogType type,
String newValue) |
Long |
countLogsNumberBetweenDates(Calendar from,
Calendar to,
LogType type) |
Long |
countLogsNumberBetweenDates(Calendar from,
Calendar to,
LogType type,
String newValue) |
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) |
List<LogEntity> |
getTimeToFirstResponseFirstLog() |
Double |
getTimeToResolutionAvgBetweenDates(Calendar from,
Calendar to) |
List<LogEntity> |
getTimeToResolutionFirstLog() |
List<LogEntity> |
getupdates(Calendar from,
Calendar to) |