Uses of Interface
com.liferay.portal.kernel.comment.Comment
Packages that use Comment
-
Uses of Comment in com.liferay.portal.kernel.comment
Subinterfaces of Comment in com.liferay.portal.kernel.commentMethods in com.liferay.portal.kernel.comment that return CommentModifier and TypeMethodDescriptionCommentManager.fetchComment
(long commentId) CommentManager.fetchComment
(long groupId, String externalReferenceCode) Returns a comment matching with the external reference code and the group IDstatic Comment
CommentManagerUtil.fetchComment
(long commentId) CommentManager.getComment
(long groupId, String externalReferenceCode) Methods in com.liferay.portal.kernel.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentManager.getChildComments
(long parentCommentId, int status, int start, int end) Returns a range of all the comments matching the parent comment ID and status.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.Methods in com.liferay.portal.kernel.comment with parameters of type CommentModifier and TypeMethodDescriptiondefault boolean
DiscussionPermission.hasPermission
(PermissionChecker permissionChecker, Comment comment, String actionId) -
Uses of Comment in com.liferay.portal.kernel.search
Methods in com.liferay.portal.kernel.search that return types with arguments of type CommentMethods in com.liferay.portal.kernel.search with parameters of type Comment