Holger's
Java API

Uses of Class
com.antelmann.calendar.Alert

Packages that use Alert
com.antelmann.calendar This package contains classes for implementing calendar and time related solutions. 
 

Uses of Alert in com.antelmann.calendar
 

Methods in com.antelmann.calendar that return types with arguments of type Alert
 Collection<Alert> SQLCalendarDB.getActiveAlerts()
           
 Collection<Alert> FileCalendarDB.getActiveAlerts()
           
 Collection<Alert> CalendarDB.getActiveAlerts()
          returns all active non-acknowledged alerts
 Collection<Alert> SQLCalendarDB.getAlerts(Filter<Alert> filter)
           
 Collection<Alert> FileCalendarDB.getAlerts(Filter<Alert> filter)
           
 Collection<Alert> CalendarDB.getAlerts(Filter<Alert> filter)
           
 

Methods in com.antelmann.calendar with parameters of type Alert
protected  void AlertTimer.alertAcknowledged(Alert alert)
           
 void AlertHandler.alertAcknowledged(Alert alert)
          called when a user acknowledges the alert
 void SQLCalendarDB.insertAlert(Alert alert)
           
 void FileCalendarDB.insertAlert(Alert alert)
           
 void CalendarDB.insertAlert(Alert alert)
           
 void AlertHandler.processAlert(Alert alert)
          called when an alert is due and to be brought to the users's attention.
 void AlertTimer.scheduleAlert(Alert alert)
          only non-acknowledged alerts will be processed
 void SQLCalendarDB.updateAlert(Alert alert)
           
 void FileCalendarDB.updateAlert(Alert alert)
           
 void CalendarDB.updateAlert(Alert alert)
           
 

Method parameters in com.antelmann.calendar with type arguments of type Alert
 Collection<Alert> SQLCalendarDB.getAlerts(Filter<Alert> filter)
           
 Collection<Alert> FileCalendarDB.getAlerts(Filter<Alert> filter)
           
 Collection<Alert> CalendarDB.getAlerts(Filter<Alert> filter)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads