com.esri.adf.web.aws.data.query
Class AWSTextCriteriaHandler

java.lang.Object
  extended by com.esri.adf.web.aws.data.query.AWSTextCriteriaHandler
All Implemented Interfaces:
QueryCriteriaHandler, java.io.Serializable

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3.1, no replacement

@Deprecated
public class AWSTextCriteriaHandler
extends java.lang.Object
implements QueryCriteriaHandler, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AWSTextCriteriaHandler()
          Deprecated.  
 
Method Summary
protected  java.util.List<QueryResult> doQuery(TextCriteria criteria, WebQuery query, AWSQueryFunctionality func)
          Deprecated.  
 java.util.List<QueryResult> handleCriteria(QueryCriteria criteria, java.util.List<? extends WebLayerInfo> layers, WebQuery query, QueryFunctionality queryFunc)
          Deprecated. All query handler should implement this method to support query on the given functionality.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSTextCriteriaHandler

public AWSTextCriteriaHandler()
Deprecated. 
Method Detail

handleCriteria

public java.util.List<QueryResult> handleCriteria(QueryCriteria criteria,
                                                  java.util.List<? extends WebLayerInfo> layers,
                                                  WebQuery query,
                                                  QueryFunctionality queryFunc)
Deprecated. 
Description copied from interface: QueryCriteriaHandler
All query handler should implement this method to support query on the given functionality.

Specified by:
handleCriteria in interface QueryCriteriaHandler
Parameters:
criteria - a criteria object, defines query condition.
layers - the layers to query.
query - the web query object, an attribute of WebContext.
queryFunc - query functionality which performs the query.
Returns:
the QueryResult in a list.

doQuery

protected java.util.List<QueryResult> doQuery(TextCriteria criteria,
                                              WebQuery query,
                                              AWSQueryFunctionality func)
Deprecated.