public class CommentDAOImpl extends CommonJPADAO<Comment,Long> implements CommentHandler
clz| Constructor and Description |
|---|
CommentDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
findComments(long taskId) |
Set<String> |
findMentionedUsersOfTask(long taskId) |
List<Comment> |
getSubComments(List<Comment> comments) |
buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCachecount, createAll, delete, deleteAll, deleteAll, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllpublic org.exoplatform.commons.utils.ListAccess<Comment> findComments(long taskId)
findComments in interface CommentHandlerpublic List<Comment> getSubComments(List<Comment> comments)
getSubComments in interface CommentHandlerpublic Set<String> findMentionedUsersOfTask(long taskId)
findMentionedUsersOfTask in interface CommentHandlerCopyright © 2003–2018 eXo Platform SAS. All rights reserved.