Liferay 6.0.5

com.liferay.portal.kernel.search
Class BooleanClauseFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.search.BooleanClauseFactoryUtil

public class BooleanClauseFactoryUtil
extends Object


Constructor Summary
BooleanClauseFactoryUtil()
           
 
Method Summary
static BooleanClause create(String field, String value, String occur)
           
static BooleanClauseFactory getBooleanClauseFactory()
           
 void setBooleanClauseFactory(BooleanClauseFactory booleanClauseFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanClauseFactoryUtil

public BooleanClauseFactoryUtil()
Method Detail

create

public static BooleanClause create(String field,
                                   String value,
                                   String occur)

getBooleanClauseFactory

public static BooleanClauseFactory getBooleanClauseFactory()

setBooleanClauseFactory

public void setBooleanClauseFactory(BooleanClauseFactory booleanClauseFactory)

Liferay 6.0.5