Liferay 7.0-ce-a2

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> SearchContainer.getResultRows()
           
 List<List<ResultRow>> ResultRowSplitter.split(List<ResultRow> resultRows)
           
 

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


Liferay 7.0-ce-a2