Liferay 6.2-ce-ga5

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(SearchContext searchContext, Query query, String occur)
           
 BooleanClause create(SearchContext searchContext, 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(SearchContext searchContext,
                            Query query,
                            String occur)
Specified by:
create in interface BooleanClauseFactory

create

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

Liferay 6.2-ce-ga5