atg.search.query.formhandlers
Interface ResultsFetchingProxy
- All Known Implementing Classes: 
- CollectionFilterFetchingProxy
- public interface ResultsFetchingProxy 
The interface implemented by classes that wish to customize how
 search results are fetched from the search server.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
| Method Summary | 
|  Results | fetch(BaseSearchFormHandler pFormHandler,
      ClientRequest pRequest,
      SearchSession pSearchSession)Fetch results
 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
fetch
Results fetch(BaseSearchFormHandler pFormHandler,
              ClientRequest pRequest,
              SearchSession pSearchSession)
              throws SearchException
- Fetch results
 
- 
- Parameters:
- pFormHandler- the form handler issuing the request
- pRequest- the client request
- pSearchSession- the search session
- Returns:
- the search results
- Throws:
- SearchException