Liferay 7.0-ce-m6

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.portlet.messageboards.comment   
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
           
 

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.portlet.messageboards.comment
 

Classes in com.liferay.portlet.messageboards.comment that implement Comment
 class MBCommentImpl
           
 class MBDiscussionCommentImpl
           
 

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-m6