Liferay 6.1.2-ce-ga3

com.liferay.portlet.journalcontentsearch.util
Class ContentHits

java.lang.Object
  extended by com.liferay.portlet.journalcontentsearch.util.ContentHits

public class ContentHits
extends Object


Constructor Summary
ContentHits()
           
 
Method Summary
 boolean isShowListed()
           
 void recordHits(Hits hits, long groupId, boolean privateLayout, int start, int end)
           
 void setShowListed(boolean showListed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentHits

public ContentHits()
Method Detail

isShowListed

public boolean isShowListed()

recordHits

public void recordHits(Hits hits,
                       long groupId,
                       boolean privateLayout,
                       int start,
                       int end)
                throws Exception
Throws:
Exception

setShowListed

public void setShowListed(boolean showListed)

Liferay 6.1.2-ce-ga3