Class CommentDAO

  • All Implemented Interfaces:
    org.exoplatform.commons.api.persistence.GenericDAO<CommentEntity,​String>

    public class CommentDAO
    extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<CommentEntity,​String>
    Created by The eXo Platform SAS
    • Constructor Detail

      • CommentDAO

        public CommentDAO()
    • Method Detail

      • getCommentsByRequestId

        public List<CommentEntity> getCommentsByRequestId​(long id,
                                                          String commentType,
                                                          int offset,
                                                          int limit)
      • getCommentsByRequestIdCount

        public long getCommentsByRequestIdCount​(long id,
                                                String commentType)