Uses of Class
project35.soa.alerts.Alert

Packages that use Alert
project35.soa.alerts The Project35 Alerts system is based on the concept of an Alert, which is a collection of matching criteria associated with an intent such as an error, a warning, a request for communication or a desire to post a bulletin. 
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
 

Uses of Alert in project35.soa.alerts
 

Subclasses of Alert in project35.soa.alerts
 class SystemErrorAlert
          an alert used to represent system errors
 class SystemWarningAlert
          an alert used to represent system warning
 

Methods in project35.soa.alerts that return Alert
 Alert AlertNode.getAlert()
           
 Alert AlertEditingPanel.getAlert()
          Get the value of alert.
 

Methods in project35.soa.alerts with parameters of type Alert
 void AlertsTreePanel.addAlert(Alert alert)
           
 void ValidationTreePanel.addNode(Alert alert)
           
 void ValidationTreePanel.addNode(RecordModel recordModel, Alert alert)
           
 void AlertViewingPanel.setAlert(Alert alert)
           
 void AlertEditingPanel.setAlert(Alert currentAlert)
          Set the value of alert.
 void AlertsTreePanel.setSelectedAlert(Alert alert)
           
 void Project35AlertsEditor.updateDisplayName(Alert alert)
           
 void AlertsTreePanel.updateDisplayName(Alert alert)
           
 java.lang.String AlertWriter.writeHTML(Alert alert)
           
 

Constructors in project35.soa.alerts with parameters of type Alert
AlertNode(Alert alert)
           
 

Uses of Alert in project35.soa.validation
 

Methods in project35.soa.validation that return Alert
 Alert[] ValidationServiceRegistry.getAlerts(java.lang.String recordClassName)