com.raritantechnologies.searchApp.taglibrary
Interface ISearchAction

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DocKeyLookup

public interface ISearchAction
extends IConfigurable

Configurable search action interface. Defines a method to get an IResultSet given an http request.


Developed by Raritan Technologies .

Author:
Ted Sullivan (Raritan Technologies)

Method Summary
 IResultSet getResults(int pageNum, int pageSize, RaritanPageContext pageContext)
          Returns an IResultSet given a set of request parameters.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getResults

public IResultSet getResults(int pageNum,
                             int pageSize,
                             RaritanPageContext pageContext)
Returns an IResultSet given a set of request parameters.