Liferay 6.0.5

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

Packages that use BooleanClause
com.liferay.portal.kernel.search   
com.liferay.portal.search.generic   
com.liferay.portal.search.lucene   
 

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

Methods in com.liferay.portal.kernel.search that return BooleanClause
static BooleanClause BooleanClauseFactoryUtil.create(String field, String value, String occur)
           
 BooleanClause BooleanClauseFactory.create(String field, String value, String occur)
           
 BooleanClause[] SearchContext.getBooleanClauses()
           
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type BooleanClause
 List<BooleanClause> BooleanQuery.clauses()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type BooleanClause
 void SearchContext.setBooleanClauses(BooleanClause[] booleanClauses)
           
 

Uses of BooleanClause in com.liferay.portal.search.generic
 

Classes in com.liferay.portal.search.generic that implement BooleanClause
 class BooleanClauseImpl
           
 

Methods in com.liferay.portal.search.generic that return BooleanClause
 BooleanClause BooleanClauseFactoryImpl.create(String field, String value, String occur)
           
 

Methods in com.liferay.portal.search.generic that return types with arguments of type BooleanClause
 List<BooleanClause> BooleanQueryImpl.clauses()
           
 

Uses of BooleanClause in com.liferay.portal.search.lucene
 

Methods in com.liferay.portal.search.lucene that return types with arguments of type BooleanClause
 List<BooleanClause> BooleanQueryImpl.clauses()
           
 


Liferay 6.0.5