public interface CommentService
Modifier and Type | Method and Description |
---|---|
CommentBuilder |
createCommentBuilder() |
CommentQuery |
createCommentQuery() |
void |
deleteComment(String id) |
Comment |
findById(String id) |
List<Comment> |
findByScopeIdAndScopeType(String scopeId,
String scopeType) |
Comment |
updateComment(String commentId,
String content) |
CommentQuery createCommentQuery()
CommentBuilder createCommentBuilder()
void deleteComment(String id)