| Package | Description |
|---|---|
| org.exoplatform.cs.dao | |
| org.exoplatform.cs.entity | |
| org.exoplatform.cs.service | |
| org.exoplatform.cs.service.listener | |
| org.exoplatform.cs.service.util |
| Modifier and Type | Method and Description |
|---|---|
List<TopicEntity> |
TopicDAO.findUpdatedBetween(Calendar fromDate,
Calendar toDate) |
List<TopicEntity> |
TopicDAO.getOpenTickets() |
List<TopicEntity> |
TopicDAO.getTopicsByAssignee(String assignee,
boolean allTickets)
Fetches all topics by assignee
|
List<TopicEntity> |
TopicDAO.getTopicsBySpace(String spaceGroupId) |
| Constructor and Description |
|---|
LogEntity(LogType type,
String userID,
Calendar when,
String originalValue,
String newValue,
TopicEntity topic) |
| Modifier and Type | Method and Description |
|---|---|
List<TicketDTO> |
TicketService.convertToDTO(List<TopicEntity> entities) |
| 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–2017 eXo Platform SAS. All rights reserved.