Class CommentService

java.lang.Object
org.exoplatform.rhmanagement.services.CommentService

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

    • CommentService

      public CommentService()
  • Method Details

    • save

      public CommentDTO save(CommentDTO entity)
    • 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)