Interface CommentService
- All Known Implementing Classes:
CommentServiceImpl
public interface CommentService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteComment
(String id) findByScopeIdAndScopeType
(String scopeId, String scopeType) updateComment
(String commentId, String content)
-
Method Details
-
createCommentQuery
CommentQuery createCommentQuery() -
createCommentBuilder
CommentBuilder createCommentBuilder() -
findById
-
findByScopeIdAndScopeType
-
updateComment
-
deleteComment
-