Package | Description |
---|---|
com.sdl.delivery.ugc.client.comment | |
com.sdl.delivery.ugc.client.odata.edm |
Modifier and Type | Method and Description |
---|---|
Comment |
UgcCommentApi.editComment(long editCommentId,
String newCommentContent,
com.sdl.web.ugc.Status status,
Map<String,String> metadata)
Edit existing ugc comment.
|
Comment |
UgcCommentApi.getCommentById(long commentId,
boolean fetchMeta)
Get the comment by id.
|
Comment |
UgcCommentApi.postComment(String itemUri,
String username,
String email,
String commentContent,
long parentCommentId,
Map<String,String> metadata)
Create new ugc comment.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
UgcCommentApi.retrieveFlatComments(CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all comments that satisfy provided filtering parameters.
|
List<Comment> |
UgcCommentApi.retrieveFlatComments(String itemUri,
CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all comments that satisfy provided filtering parameters.
|
List<Comment> |
UgcCommentApi.retrieveFlatCommentsForPublication(long publicationId,
CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all comments that satisfy provided filtering parameters.
|
List<Comment> |
UgcCommentApi.retrieveThreadedComments(CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all comments that satisfy provided filtering parameters.
|
List<Comment> |
UgcCommentApi.retrieveThreadedComments(long commentId,
CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all child comments of the comment with passed commentId.
|
List<Comment> |
UgcCommentApi.retrieveThreadedComments(String itemUri,
CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all comments that satisfy provided filtering parameters.
|
List<Comment> |
UgcCommentApi.retrieveThreadedCommentsForPublication(long publicationId,
CommentsFilter filter,
boolean orderDescending,
boolean fetchMeta)
Retrieve all comments that satisfy provided filtering parameters.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.getParent()
Get parent comment.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Comment.getChildren()
Get this comment's children.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries