Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.search.facet
Class ScopeFacet

java.lang.Object
  extended by com.liferay.portal.kernel.search.facet.BaseFacet
      extended by com.liferay.portal.kernel.search.facet.MultiValueFacet
          extended by com.liferay.portal.kernel.search.facet.ScopeFacet
All Implemented Interfaces:
Facet

public class ScopeFacet
extends MultiValueFacet


Constructor Summary
ScopeFacet(SearchContext searchContext)
           
 
Method Summary
protected  long[] addScopeGroup(long groupId)
           
protected  BooleanClause doGetFacetClause()
           
 
Methods inherited from class com.liferay.portal.kernel.search.facet.MultiValueFacet
doSetValues, setValues, setValues, setValues, setValues, setValues, setValues, setValues
 
Methods inherited from class com.liferay.portal.kernel.search.facet.BaseFacet
getFacetClause, getFacetCollector, getFacetConfiguration, getFacetValueValidator, getFieldName, getSearchContext, isStatic, setFacetCollector, setFacetConfiguration, setFacetValueValidator, setFieldName, setStatic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeFacet

public ScopeFacet(SearchContext searchContext)
Method Detail

addScopeGroup

protected long[] addScopeGroup(long groupId)

doGetFacetClause

protected BooleanClause doGetFacetClause()
Overrides:
doGetFacetClause in class MultiValueFacet

Liferay 6.1.2-ce-ga3