Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.RelatedSearchResult

Packages that use RelatedSearchResult
com.liferay.portal.kernel.search   
com.liferay.taglib.ui   
 

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

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

Uses of RelatedSearchResult in com.liferay.taglib.ui
 

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


Liferay 7.0-ce-b4