Package org.exoplatform.task.dao
Interface CommentHandler
- All Known Implementing Classes:
CommentDAOImpl
public interface CommentHandler
extends org.exoplatform.commons.api.persistence.GenericDAO<Comment,Long>
- Author:
- Tuyen Nguyen The.
-
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Comment> findComments(long taskId) findMentionedUsersOfTask(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
-