com.liferay.portlet.journalcontentsearch.util
Class ContentHits

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

public class ContentHits
extends java.lang.Object

View Source

Author:
Alexander Chow, Raymond Augé

Constructor Summary
ContentHits()
           
 
Method Summary
 boolean isShowListed()
           
 void recordHits(com.liferay.portal.kernel.search.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

recordHits

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

isShowListed

public boolean isShowListed()

setShowListed

public void setShowListed(boolean showListed)