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>
    Author:
    Tuyen Nguyen The.
    • Method Detail

      • findComments

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

        Set<String> findMentionedUsersOfTask​(long taskId)