com.liferay.portlet.messageboards.util
Class ThreadHits

java.lang.Object
  extended by com.liferay.portlet.messageboards.util.ThreadHits

public class ThreadHits
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ThreadHits()
           
 
Method Summary
 void recordHits(com.liferay.portal.kernel.search.Hits hits, int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadHits

public ThreadHits()
Method Detail

recordHits

public void recordHits(com.liferay.portal.kernel.search.Hits hits,
                       int start,
                       int end)
                throws java.lang.Exception
Throws:
java.lang.Exception