| Package | Description |
|---|---|
| org.exoplatform.cs.dao | |
| org.exoplatform.cs.integration.notification | |
| org.exoplatform.cs.service |
| Modifier and Type | Method and Description |
|---|---|
List<LogEntity> |
LogDAO.getByType(LogType type,
int offset,
int limit) |
List<LogEntity> |
LogDAO.getFirstLogByType(LogType type) |
List<LogEntity> |
LogDAO.getFirstLogByTypeAndSpace(String spaceId,
LogType type) |
List<LogEntity> |
LogDAO.getLogsByNewValue(String newValue) |
List<LogEntity> |
LogDAO.getLogsByTicket(String topicId) |
List<LogEntity> |
LogDAO.getLogsByTicketAndStatus(String topicId,
List<String> status) |
List<LogEntity> |
LogDAO.getTimeToFirstResponseBetweenDates(Calendar from,
Calendar to,
boolean internal) |
List<LogEntity> |
LogDAO.getTimeToFirstResponseFirstLog() |
List<LogEntity> |
LogDAO.getTimeToResolutionBetweenDates(Calendar from,
Calendar to,
boolean internal) |
List<LogEntity> |
LogDAO.getTimeToResolutionFirstLog() |
List<LogEntity> |
LogDAO.getupdates(Calendar from,
Calendar to) |
| Modifier and Type | Field and Description |
|---|---|
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity> |
CSTicketAssignedToMeNotificationPlugin.LOG_ENTITY |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity> |
CSTicketAssignedNotificationPlugin.LOG_ENTITY |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity> |
CSTicketClosedNotificationPlugin.LOG_ENTITY |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<LogEntity> |
CSStatusChangedNotificationPlugin.LOG_ENTITY |
| Modifier and Type | Method and Description |
|---|---|
List<LogEntity> |
TicketService.getUpdatedTickets(Calendar from,
Calendar to) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.