public class TopicDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<TopicEntity,String>
| Constructor and Description |
|---|
TopicDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<TopicEntity> |
findUpdatedBetween(Calendar fromDate,
Calendar toDate) |
List<TopicEntity> |
getOpenTickets() |
List<TopicEntity> |
getTopicsByAssignee(String assignee,
boolean allTickets)
Fetches all topics by assignee
|
List<TopicEntity> |
getTopicsBySpace(String spaceGroupId) |
public List<TopicEntity> getTopicsBySpace(String spaceGroupId)
public List<TopicEntity> getTopicsByAssignee(String assignee, boolean allTickets)
assignee - The assignee IDallTickets - true if we need to get closed tickets, false otherwisepublic List<TopicEntity> getOpenTickets()
public List<TopicEntity> findUpdatedBetween(Calendar fromDate, Calendar toDate)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.