Uses of Interface
com.liferay.portal.kernel.comment.Discussion
Packages that use Discussion
Package
Description
-
Uses of Discussion in com.liferay.portal.kernel.comment
Methods in com.liferay.portal.kernel.comment that return DiscussionModifier and TypeMethodDescriptionCommentManager.copyDiscussion
(long userId, long groupId, String className, long classPK, long newClassPK, Function<String, ServiceContext> serviceContextFunction) 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) -
Uses of Discussion in com.liferay.portal.kernel.comment.display.context
Methods in com.liferay.portal.kernel.comment.display.context with parameters of type DiscussionModifier and TypeMethodDescriptionCommentDisplayContextFactory.getCommentSectionDisplayContext
(CommentSectionDisplayContext parentCommentSectionDisplayContext, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, DiscussionPermission discussionPermission, Discussion discussion)