com.esri.adf.web.aims.data.query
Class AIMSIdentifyCriteriaHandler

java.lang.Object
  extended by com.esri.adf.web.aims.data.query.AIMSIdentifyCriteriaHandler
All Implemented Interfaces:
QueryCriteriaHandler, Serializable

public class AIMSIdentifyCriteriaHandler
extends Object
implements QueryCriteriaHandler, Serializable

See Also:
Serialized Form

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

Constructor Detail

AIMSIdentifyCriteriaHandler

public AIMSIdentifyCriteriaHandler()
Method Detail

handleCriteria

public List<QueryResult> handleCriteria(QueryCriteria criteria,
                                        List<? extends WebLayerInfo> webLayerInfos,
                                        WebQuery query,
                                        QueryFunctionality queryFunc)
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.
webLayerInfos - 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.

identify

protected List<QueryResult> identify(IdentifyCriteria criteria,
                                     List<? extends WebLayerInfo> webLayerInfos,
                                     WebQuery query,
                                     AIMSQueryFunctionality func)