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   
 

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)
           
 


Liferay 7.0-ce-b4