Class CommentAdapter

All Implemented Interfaces:
AdapterResource, Resource, Adaptable

public class CommentAdapter extends DefaultAdapter
Since:
10.3
  • Field Details

  • Constructor Details

    • CommentAdapter

      public CommentAdapter()
  • Method Details

    • createComment

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

      public PartialList<Comment> getComments(Long pageSize, Long currentPageIndex)
    • getComment

      public Comment getComment(String commentId)
    • 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)