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)
getResults
public IResultSet getResults(int pageNum,
int pageSize,
RaritanPageContext pageContext)
- Returns an IResultSet given a set of request parameters.