public class CommentService extends Object
| Constructor and Description |
|---|
CommentService() |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDTO> |
getCommentsByRequestId(long id,
String commentType,
int offset,
int limit) |
long |
getCommentsByRequestIdCount(Long id,
String commentType) |
void |
remove(CommentDTO entity) |
CommentDTO |
save(CommentDTO entity) |
public CommentDTO save(CommentDTO entity)
public void remove(CommentDTO entity)
public List<CommentDTO> getCommentsByRequestId(long id, String commentType, int offset, int limit)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.