Liferay 7.0-ce-b4

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

Packages that use Comment
com.liferay.portal.kernel.comment   
com.liferay.portal.kernel.search   
com.liferay.taglib.ui   
 

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

Subinterfaces of Comment in com.liferay.portal.kernel.comment
 interface DiscussionComment
           
 interface WorkflowableComment
           
 

Methods in com.liferay.portal.kernel.comment that return Comment
static Comment CommentManagerUtil.fetchComment(long commentId)
           
 Comment CommentManager.fetchComment(long commentId)
           
 

Uses of Comment in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type Comment
 List<RelatedSearchResult<Comment>> SearchResult.getCommentRelatedSearchResults()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Comment
 void SearchResult.addComment(Comment comment, Summary summary)
           
 

Uses of Comment in com.liferay.taglib.ui
 

Method parameters in com.liferay.taglib.ui with type arguments of type Comment
 void AppViewSearchEntryTag.setCommentRelatedSearchResults(List<RelatedSearchResult<Comment>> commentRelatedSearchResults)
           
 


Liferay 7.0-ce-b4