Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.dao.search.ResultRow

Packages that use ResultRow
com.liferay.portal.kernel.dao.search   
com.liferay.taglib.search   
com.liferay.taglib.ui   
 

Uses of ResultRow in com.liferay.portal.kernel.dao.search
 

Methods in com.liferay.portal.kernel.dao.search that return types with arguments of type ResultRow
 List<ResultRow> ResultRowSplitterEntry.getResultRows()
           
 List<ResultRow> SearchContainer.getResultRows()
           
 

Method parameters in com.liferay.portal.kernel.dao.search with type arguments of type ResultRow
 void ResultRowSplitterEntry.setResultRows(List<ResultRow> resultRows)
           
 List<ResultRowSplitterEntry> ResultRowSplitter.split(List<ResultRow> resultRows)
           
 

Constructor parameters in com.liferay.portal.kernel.dao.search with type arguments of type ResultRow
ResultRowSplitterEntry(String title, List<ResultRow> resultRows)
           
 

Uses of ResultRow in com.liferay.taglib.search
 

Classes in com.liferay.taglib.search that implement ResultRow
 class ResultRow
           
 

Uses of ResultRow in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui that return ResultRow
 ResultRow SearchContainerRowTag.getRow()
           
 

Methods in com.liferay.taglib.ui with parameters of type ResultRow
 void SearchContainerRowTag.setRow(ResultRow row)
           
 


Liferay 7.0-ce-b4