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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Comment>findComments(long taskId)Set<String>findMentionedUsersOfTask(long taskId)List<Comment>getSubComments(List<Comment> listComments)
-