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 Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.utils.ListAccess<Comment>
    findComments(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

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

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

      Set<String> findMentionedUsersOfTask(long taskId)