| Package | Description |
|---|---|
| com.liferay.portal.kernel.comment | |
| com.liferay.portal.kernel.comment.display.context |
| Modifier and Type | Method and Description |
|---|---|
Discussion |
CommentManager.copyDiscussion(long userId,
long groupId,
String className,
long classPK,
long newClassPK,
Function<String,ServiceContext> serviceContextFunction) |
Discussion |
CommentManager.getDiscussion(long userId,
long groupId,
String className,
long classPK,
Function<String,ServiceContext> serviceContextFunction) |
static Discussion |
CommentManagerUtil.getDiscussion(long userId,
long groupId,
String className,
long classPK,
Function<String,ServiceContext> serviceContextFunction) |
| Modifier and Type | Method and Description |
|---|---|
CommentSectionDisplayContext |
CommentDisplayContextFactory.getCommentSectionDisplayContext(CommentSectionDisplayContext parentCommentSectionDisplayContext,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
DiscussionPermission discussionPermission,
Discussion discussion) |