com.raritantechnologies.searchApp.query
Interface IQueryList

All Known Implementing Classes:
QueryList

public interface IQueryList

Contains a list of queries in the form of parameter=value maps.

Used by QueryProcessorGateway.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 void addQuery(OrderedMap query)
           
 OrderedMap getQuery(int index)
           
 int size()
          returns the number of queries in the queryList
 

Method Detail

size

public int size()
returns the number of queries in the queryList


getQuery

public OrderedMap getQuery(int index)

addQuery

public void addQuery(OrderedMap query)