public class TopicDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<TopicEntity,String>
| Constructor and Description |
|---|
TopicDAO() |
| Modifier and Type | Method and Description |
|---|---|
Long |
countTickets(SpaceEntity space,
IssueType type) |
TopicEntity |
findByTicketId(String ticketId) |
List<TopicEntity> |
findUpdatedBetween(Calendar fromDate,
Calendar toDate) |
List<TopicEntity> |
getEmptyTitleOrCreationDate()
Deprecated.
|
List<TopicEntity> |
getOpenTickets() |
List<TopicEntity> |
getOpenTicketsBySpace(String selectedSpace) |
List<TopicEntity> |
getTopicsByAssignee(String assignee,
boolean allTickets)
Fetches all topics by assignee
|
List<TopicEntity> |
getTopicsByAssignee(String assignee,
String selectedSpace,
boolean allTickets)
Fetches all topics by assignee
|
List<TopicEntity> |
getTopicsBySpace(String spaceGroupId) |
List<TopicEntity> |
getWithEmptyTicketID() |
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> getTopicsByAssignee(String assignee, String selectedSpace, boolean allTickets)
assignee - The assignee IDallTickets - true if we need to get closed tickets, false otherwiseselectedSpace - the space to retrieve tickets frompublic List<TopicEntity> getOpenTickets()
public List<TopicEntity> findUpdatedBetween(Calendar fromDate, Calendar toDate)
public Long countTickets(SpaceEntity space, IssueType type)
@Deprecated public List<TopicEntity> getEmptyTitleOrCreationDate()
public List<TopicEntity> getWithEmptyTicketID()
public List<TopicEntity> getOpenTicketsBySpace(String selectedSpace)
public TopicEntity findByTicketId(String ticketId)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.