Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.comment.Discussion

Packages that use Discussion
com.liferay.portal.kernel.comment   
com.liferay.portal.kernel.comment.display.context   
 

Uses of Discussion in com.liferay.portal.kernel.comment
 

Methods in com.liferay.portal.kernel.comment that return Discussion
static Discussion CommentManagerUtil.getDiscussion(long userId, long groupId, String className, long classPK, Function<String,ServiceContext> serviceContextFunction)
           
 Discussion CommentManager.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 Discussion
 CommentSectionDisplayContext CommentDisplayContextFactory.getCommentSectionDisplayContext(CommentSectionDisplayContext parentCommentSectionDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DiscussionPermission discussionPermission, Discussion discussion)
           
 


Liferay 7.0-ce-b4