Package org.exoplatform.task.dao
Interface CommentHandler
- All Known Implementing Classes:
CommentDAOImpl
-
Method Summary
Modifier and TypeMethodDescriptionintcountCommentsWithSubs(long taskId) org.exoplatform.commons.utils.ListAccess<Comment> findComments(long taskId) findMentionedUsersOfTask(long taskId) getLastComment(long taskId) getSubComments(List<Comment> listComments) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findComments
-
getSubComments
-
findMentionedUsersOfTask
-
countCommentsWithSubs
int countCommentsWithSubs(long taskId) -
getLastComment
- Parameters:
taskId- Task Technical identifier- Returns:
- null if no comments else last created comment on task
-