Liferay 6.0.5

com.liferay.portal.search.generic
Class TermQueryFactoryImpl

java.lang.Object
  extended by com.liferay.portal.search.generic.TermQueryFactoryImpl
All Implemented Interfaces:
TermQueryFactory

public class TermQueryFactoryImpl
extends Object
implements TermQueryFactory


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

Constructor Detail

TermQueryFactoryImpl

public TermQueryFactoryImpl()
Method Detail

create

public TermQuery create(String field,
                        long value)
Specified by:
create in interface TermQueryFactory

create

public TermQuery create(String field,
                        String value)
Specified by:
create in interface TermQueryFactory

Liferay 6.0.5