Interface CommentService

    • Method Detail

      • findById

        Comment findById​(java.lang.String id)
      • findByScopeIdAndScopeType

        java.util.List<Comment> findByScopeIdAndScopeType​(java.lang.String scopeId,
                                                          java.lang.String scopeType)
      • updateComment

        Comment updateComment​(java.lang.String commentId,
                              java.lang.String content)
      • deleteComment

        void deleteComment​(java.lang.String id)