Liferay 7.0-ce-b4

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

Packages that use StatsResults
com.liferay.portal.kernel.search   
com.liferay.portal.search.unit.test.stats   
 

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

Methods in com.liferay.portal.kernel.search that return types with arguments of type StatsResults
 Map<String,StatsResults> HitsImpl.getStatsResults()
           
 Map<String,StatsResults> Hits.getStatsResults()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type StatsResults
 void HitsImpl.addStatsResults(StatsResults statsResults)
           
 void Hits.addStatsResults(StatsResults statsResults)
           
 

Uses of StatsResults in com.liferay.portal.search.unit.test.stats
 

Methods in com.liferay.portal.search.unit.test.stats with parameters of type StatsResults
protected static String BaseStatisticsTestCase.toString(StatsResults statsResults)
           
 


Liferay 7.0-ce-b4