com.liferay.portal.search.generic
Class BooleanClauseFactoryImpl

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

public class BooleanClauseFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.search.BooleanClauseFactory

View Source

Author:
Bruno Farache

Constructor Summary
BooleanClauseFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.search.BooleanClause create(java.lang.String field, java.lang.String value, java.lang.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 com.liferay.portal.kernel.search.BooleanClause create(java.lang.String field,
                                                             java.lang.String value,
                                                             java.lang.String occur)
Specified by:
create in interface com.liferay.portal.kernel.search.BooleanClauseFactory