Class CommentService
- java.lang.Object
-
- org.exoplatform.rhmanagement.services.CommentService
-
public class CommentService extends Object
Created by The eXo Platform SAS
-
-
Constructor Summary
Constructors Constructor Description CommentService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CommentDTO>getCommentsByRequestId(long id, String commentType, int offset, int limit)longgetCommentsByRequestIdCount(Long id, String commentType)voidremove(CommentDTO entity)CommentDTOsave(CommentDTO entity)
-
-
-
Method Detail
-
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)
-
-