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
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 resulttoDate - latest date for alert result
- Returns:
- formatted page of alert results.