Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.search.BooleanClauseOccur

Packages that use BooleanClauseOccur
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.filter   
com.liferay.portal.kernel.search.generic   
 

Uses of BooleanClauseOccur in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement BooleanClauseOccur
 class BooleanClauseOccurImpl
           
 

Fields in com.liferay.portal.kernel.search declared as BooleanClauseOccur
static BooleanClauseOccur BooleanClauseOccur.MUST
           
static BooleanClauseOccur BooleanClauseOccur.MUST_NOT
           
static BooleanClauseOccur BooleanClauseOccur.SHOULD
           
 

Methods in com.liferay.portal.kernel.search that return BooleanClauseOccur
 BooleanClauseOccur BooleanClause.getBooleanClauseOccur()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type BooleanClauseOccur
 Query BooleanQuery.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 Query BooleanQuery.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 BooleanClause<Filter> BooleanClauseFactory.createFilter(Filter filter, BooleanClauseOccur booleanClauseOccur)
           
static BooleanClause<Filter> BooleanClauseFactoryUtil.createFilter(Filter filter, BooleanClauseOccur booleanClauseOccur)
           
static BooleanClause<Filter> BooleanClauseFactoryUtil.createFilter(SearchContext searchContext, Filter filter, BooleanClauseOccur booleanClauseOccur)
           
static BooleanClause<Filter> BooleanClauseFactoryUtil.createFilter(SearchContext searchContext, String field, String value, BooleanClauseOccur booleanClauseOccur)
           
 BooleanClause<Filter> BooleanClauseFactory.createFilter(String field, String value, BooleanClauseOccur booleanClauseOccur)
           
static BooleanClause<Filter> BooleanClauseFactoryUtil.createFilter(String field, String value, BooleanClauseOccur booleanClauseOccur)
           
 

Uses of BooleanClauseOccur in com.liferay.portal.kernel.search.filter
 

Methods in com.liferay.portal.kernel.search.filter with parameters of type BooleanClauseOccur
 Filter BooleanFilter.add(Filter filter, BooleanClauseOccur booleanClauseOccur)
           
 Filter BooleanFilter.addTerm(String field, String value, BooleanClauseOccur booleanClauseOccur)
           
 

Uses of BooleanClauseOccur in com.liferay.portal.kernel.search.generic
 

Methods in com.liferay.portal.kernel.search.generic that return BooleanClauseOccur
 BooleanClauseOccur BooleanClauseImpl.getBooleanClauseOccur()
           
 

Methods in com.liferay.portal.kernel.search.generic with parameters of type BooleanClauseOccur
 Query BooleanQueryImpl.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 Query BooleanQueryImpl.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 BooleanClause<Filter> BooleanClauseFactoryImpl.createFilter(Filter filter, BooleanClauseOccur booleanClauseOccur)
           
 BooleanClause<Filter> BooleanClauseFactoryImpl.createFilter(String field, String value, BooleanClauseOccur booleanClauseOccur)
           
 

Constructors in com.liferay.portal.kernel.search.generic with parameters of type BooleanClauseOccur
BooleanClauseImpl(T t, BooleanClauseOccur booleanClauseOccur)
           
 


Liferay 7.0-ce-b4