Liferay 6.1.2-ce-ga3

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

Packages that use ResultRow
com.liferay.portal.kernel.dao.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> SearchContainer.getResultRows()
           
 

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 6.1.2-ce-ga3