Class CommentService


  • public class CommentService
    extends Object
    Created by The eXo Platform SAS
    • Constructor Detail

      • CommentService

        public CommentService()
    • Method Detail

      • remove

        public void remove​(CommentDTO entity)
      • getCommentsByRequestId

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

        public long getCommentsByRequestIdCount​(Long id,
                                                String commentType)