| Package | Description |
|---|---|
| org.exoplatform.cs.dao | |
| org.exoplatform.cs.entity | |
| org.exoplatform.cs.service.listener | |
| org.exoplatform.cs.service.util |
| Modifier and Type | Method and Description |
|---|---|
TopicEntity |
TopicDAO.findByTicketId(String ticketId) |
| Modifier and Type | Method and Description |
|---|---|
List<TopicEntity> |
TopicDAO.findByStatus(String selectedStatus) |
List<TopicEntity> |
TopicDAO.findUpdatedBetween(Calendar fromDate,
Calendar toDate) |
List<TopicEntity> |
TopicDAO.getEmptyTitleOrCreationDate()
Deprecated.
|
List<TopicEntity> |
TopicDAO.getOpenTickets() |
List<TopicEntity> |
TopicDAO.getOpenTicketsBySpace(String selectedSpace,
String selectedStatus) |
List<TopicEntity> |
TopicDAO.getOpenTicketsByStatus(String selectedStatus) |
List<TopicEntity> |
TopicDAO.getTopicsByAssignee(String assignee,
boolean allTickets,
String selectedStatus)
Fetches all topics by assignee
|
List<TopicEntity> |
TopicDAO.getTopicsByAssignee(String assignee,
String selectedSpace,
boolean allTickets,
String selectedStatus)
Fetches all topics by assignee
|
List<TopicEntity> |
TopicDAO.getTopicsBySpace(String spaceGroupId,
String selectedStatus) |
List<TopicEntity> |
TopicDAO.getWithEmptyTicketID() |
| Constructor and Description |
|---|
LogEntity(LogType type,
String userID,
Calendar when,
String originalValue,
String newValue,
TopicEntity topic) |
| Modifier and Type | Method and Description |
|---|---|
void |
TicketCreatedLogListener.onEvent(org.exoplatform.services.listener.Event<TopicEntity,Map<String,String>> event) |
void |
TicketUpdatedLogListener.onEvent(org.exoplatform.services.listener.Event<TopicEntity,Map<String,String>> event) |
| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.forum.service.Topic |
ForumUtils.getTopicByTicket(org.exoplatform.forum.service.ForumService forumService,
TopicEntity ticket) |
static void |
ForumUtils.postMessageToTicket(org.exoplatform.forum.service.ForumService forumService,
TopicEntity ticket,
String message) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.