com.raritantechnologies.searchApp.alert
Interface IAlertProcessor

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AlertPageGenerator

public interface IAlertProcessor
extends IConfigurable

Basic interface for objects that process a set of Querys into an alert.


Developed by Raritan Technologies .

Author:
Chris Peterson

Method Summary
 java.lang.String processAlerts(ILoginInfo userInfo, QueryResultBeanSet querySet, DateSearchField fromDate, DateSearchField toDate)
          process the alerts.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

processAlerts

public java.lang.String processAlerts(ILoginInfo userInfo,
                                      QueryResultBeanSet querySet,
                                      DateSearchField fromDate,
                                      DateSearchField toDate)
process the alerts.

Parameters:
userInfo - User that owns the alert.
querySet - Set of user queries.
fromDate - date for earliest result
toDate - latest date for alert result
Returns:
formatted page of alert results.