Liferay 6.1.2-ce-ga3

com.liferay.portal.search.generic
Class WildcardQueryImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseQueryImpl
      extended by com.liferay.portal.search.generic.WildcardQueryImpl
All Implemented Interfaces:
Query, WildcardQuery, Serializable

public class WildcardQueryImpl
extends BaseQueryImpl
implements WildcardQuery

See Also:
Serialized Form

Constructor Summary
WildcardQueryImpl(QueryTerm queryTerm)
           
 
Method Summary
 QueryTerm getQueryTerm()
           
 Object getWrappedQuery()
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseQueryImpl
getQueryConfig, setQueryConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.search.Query
getQueryConfig, setQueryConfig
 

Constructor Detail

WildcardQueryImpl

public WildcardQueryImpl(QueryTerm queryTerm)
Method Detail

getQueryTerm

public QueryTerm getQueryTerm()
Specified by:
getQueryTerm in interface WildcardQuery

getWrappedQuery

public Object getWrappedQuery()
Specified by:
getWrappedQuery in interface Query
Specified by:
getWrappedQuery in class BaseQueryImpl

Liferay 6.1.2-ce-ga3