Interface CommentHandler

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<Comment,Long>
All Known Implementing Classes:
CommentDAOImpl

public interface CommentHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Comment,Long>
  • Method Details

    • findComments

      org.exoplatform.commons.utils.ListAccess<Comment> findComments(long taskId)
    • getSubComments

      List<Comment> getSubComments(List<Comment> listComments)
    • findMentionedUsersOfTask

      Set<String> findMentionedUsersOfTask(long taskId)
    • countCommentsWithSubs

      int countCommentsWithSubs(long taskId)