Liferay 6.2-ce-ga5

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

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

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
 void BooleanQuery.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQuery.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 


Liferay 6.2-ce-ga5