com.liferay.portal.kernel.search
Class BaseQueryImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseQueryImpl
public BaseQueryImpl()
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