Liferay 6.0.5

com.liferay.portal.search.generic
Class BooleanClauseFactoryImpl

java.lang.Object
  extended by com.liferay.portal.search.generic.BooleanClauseFactoryImpl
All Implemented Interfaces:
BooleanClauseFactory

public class BooleanClauseFactoryImpl
extends Object
implements BooleanClauseFactory


Constructor Summary
BooleanClauseFactoryImpl()
           
 
Method Summary
 BooleanClause create(String field, String value, String occur)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanClauseFactoryImpl

public BooleanClauseFactoryImpl()
Method Detail

create

public BooleanClause create(String field,
                            String value,
                            String occur)
Specified by:
create in interface BooleanClauseFactory

Liferay 6.0.5