| Package | Description |
|---|---|
| com.sdl.delivery.ugc.client.comment |
| Modifier and Type | Method and Description |
|---|---|
int |
UgcCommentApi.countFlatComments(CommentsFilter filter)
Count comments that satisfy provided filtering parameters.
|
int |
UgcCommentApi.countFlatComments(String itemUri,
CommentsFilter filter)
Count comments that satisfy provided filtering parameters.
|
int |
UgcCommentApi.countFlatCommentsForPublication(long publicationId,
CommentsFilter filter)
Count comments that satisfy provided filtering parameters.
|
int |
UgcCommentApi.countThreadedComments(CommentsFilter filter)
Count comments that satisfy provided filtering parameters.
|
int |
UgcCommentApi.countThreadedComments(long commentId,
CommentsFilter filter)
Count all child comments of the comment with passed commentId.
|
int |
UgcCommentApi.countThreadedComments(String itemUri,
CommentsFilter filter)
Count comments that satisfy provided filtering parameters.
|
int |
UgcCommentApi.countThreadedCommentsForPublication(long publicationId,
CommentsFilter filter)
Count comments that satisfy provided filtering parameters.
|
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.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries