com.liferay.portal.kernel.search
Class StringQueryFactoryImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.StringQueryFactoryImpl
All Implemented Interfaces:
StringQueryFactory

public class StringQueryFactoryImpl
extends java.lang.Object
implements StringQueryFactory

Author:
Raymond Augé, Brian Wing Shun Chan

Constructor Summary
StringQueryFactoryImpl()
           
 
Method Summary
 Query create(java.lang.String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringQueryFactoryImpl

public StringQueryFactoryImpl()
Method Detail

create

public Query create(java.lang.String query)
Specified by:
create in interface StringQueryFactory