com.liferay.portlet.journalcontentsearch.util
Class ContentHits

java.lang.Object
  extended bycom.liferay.util.lucene.HitsImpl
      extended bycom.liferay.portlet.journalcontentsearch.util.ContentHits
All Implemented Interfaces:
com.liferay.portal.kernel.search.Hits, java.io.Serializable

public class ContentHits
extends com.liferay.util.lucene.HitsImpl

View Source

Author:
Alexander Chow, Raymond Augé
See Also:
Serialized Form

Constructor Summary
ContentHits()
           
 
Method Summary
 boolean isShowListed()
           
 void recordHits(com.liferay.portal.kernel.search.Hits hits, long groupId, boolean privateLayout)
           
 void setShowListed(boolean showListed)
           
 
Methods inherited from class com.liferay.util.lucene.HitsImpl
closeSearcher, doc, getDocs, getLength, getScores, getSearcher, getSearchTime, getStart, recordHits, score, setDocs, setLength, setScores, setScores, setSearcher, setSearchTime, setStart, subset, toList
 
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)
                throws java.lang.Exception
Throws:
java.lang.Exception

isShowListed

public boolean isShowListed()

setShowListed

public void setShowListed(boolean showListed)