Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.search
Class BaseQueryImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseQueryImpl
All Implemented Interfaces:
Query, Serializable
Direct Known Subclasses:
BaseBooleanQueryImpl, StringQueryImpl

public abstract class BaseQueryImpl
extends Object
implements Query

See Also:
Serialized Form

Constructor Summary
BaseQueryImpl()
           
 
Method Summary
 QueryConfig getQueryConfig()
           
abstract  Object getWrappedQuery()
           
 void setQueryConfig(QueryConfig queryConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseQueryImpl

public BaseQueryImpl()
Method Detail

getQueryConfig

public QueryConfig getQueryConfig()
Specified by:
getQueryConfig in interface Query

getWrappedQuery

public abstract Object getWrappedQuery()
Specified by:
getWrappedQuery in interface Query

setQueryConfig

public void setQueryConfig(QueryConfig queryConfig)
Specified by:
setQueryConfig in interface Query

Liferay 6.1.2-ce-ga3