| Package | Description |
|---|---|
| com.liferay.portal.kernel.comment | |
| com.liferay.portal.kernel.search |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DiscussionComment |
interface |
WorkflowableComment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentManager.fetchComment(long commentId) |
static Comment |
CommentManagerUtil.fetchComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentManager.getChildComments(long parentCommentId,
int status,
int start,
int end)
Returns a range of all the comments matching the parent comment ID and
status.
|
List<Comment> |
CommentManager.getRootComments(String className,
long classPK,
int status,
int start,
int end)
Returns a range of all the model's root comments matching the class name,
class primary key, and status.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
DiscussionPermission.hasPermission(Comment comment,
String actionId) |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedSearchResult<Comment>> |
SearchResult.getCommentRelatedSearchResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResult.addComment(Comment comment,
Summary summary) |