Class CommentAdapter

    • Constructor Detail

      • CommentAdapter

        public CommentAdapter()
    • Method Detail

      • createComment

        public javax.ws.rs.core.Response createComment​(Comment comment)
      • getExternalComment

        public Comment getExternalComment​(String entityId)
      • updateComment

        public javax.ws.rs.core.Response updateComment​(String commentId,
                                                       Comment comment)
      • updateExternalComment

        public Comment updateExternalComment​(String entityId,
                                             Comment comment)
      • deleteComment

        public javax.ws.rs.core.Response deleteComment​(String commentId)
      • deleteExternalComment

        public javax.ws.rs.core.Response deleteExternalComment​(String entityId)