Uses of Class
org.sciplore.resources.Alert

Packages that use Alert
org.sciplore.resources   
 

Uses of Alert in org.sciplore.resources
 

Methods in org.sciplore.resources that return Alert
static Alert Alert.getAlert(Alert a)
          Returns an Alert object from the database for an Alert object.
static Alert Alert.getAlert(Integer id)
          Gets the Alert object from the database.
static Alert Alert.getAlert(User u, Document d)
          Gets the Alert object from the database for a User and a Document.
static Alert Alert.sync(Alert alert)
          Synchronizes an Alert object with a record from the database.
 

Methods in org.sciplore.resources that return types with arguments of type Alert
 Set<Alert> Document.getAlerts()
          Returns the Alerts
 Set<Alert> User.getAlterts()
           
 

Methods in org.sciplore.resources with parameters of type Alert
 void Document.addAlert(Alert a)
          Add an Alert to the Document.
static Alert Alert.getAlert(Alert a)
          Returns an Alert object from the database for an Alert object.
static Alert Alert.sync(Alert alert)
          Synchronizes an Alert object with a record from the database.
 

Method parameters in org.sciplore.resources with type arguments of type Alert
 void Document.setAlerts(Set<Alert> alerts)
          Sets the alerts.
 void User.setAlterts(Set<Alert> alterts)