Uses of Class
com.jalios.jcms.alert.Alert

Packages that use Alert
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.alert   
com.jalios.jcms.policy   
com.jalios.jcms.test   
 

Uses of Alert in com.jalios.jcms
 

Methods in com.jalios.jcms that return types with arguments of type Alert
 List<Alert> Member.getAlertList()
          Returns the alert list for this member.
 List<Alert> Member.getAlertList(Alert.Level level, Boolean read)
          Returns the alert list for this member.
 

Uses of Alert in com.jalios.jcms.alert
 

Fields in com.jalios.jcms.alert declared as Alert
protected  Alert AlertListHandler.alert
           
 

Methods in com.jalios.jcms.alert that return Alert
 Alert BasicAlertPolicyFilter.beforeSendAlert(Alert alert, AlertChannel alertChannel)
           
 Alert AlertPolicyFilter.beforeSendAlert(Alert alert, AlertChannel alertChannel)
          This method is called before sending an alert in a given alert channel.
 

Methods in com.jalios.jcms.alert that return types with arguments of type Alert
 List<Alert> AlertListHandler.getAlertList()
           
 List<Alert> AlertManager.getAlertList(Member mbr)
          Returns the list of Alert the given member is a recipient.
 List<Alert> AlertManager.getAlertList(Member mbr, Alert.Level level, Boolean read)
          Returns the list of Alert the given member is a recipient.
 List<Alert> AlertManager.getOldAlertList()
          Returns the list of old alerts.
 

Methods in com.jalios.jcms.alert with parameters of type Alert
 Alert BasicAlertPolicyFilter.beforeSendAlert(Alert alert, AlertChannel alertChannel)
           
 Alert AlertPolicyFilter.beforeSendAlert(Alert alert, AlertChannel alertChannel)
          This method is called before sending an alert in a given alert channel.
 Set<AlertChannel> AlertManager.getAlertChannelSet(Alert alert)
          Returns the set of AlertChannel matching the given alert.
 Set<AlertChannel> BasicAlertPolicyFilter.getAlertChannelSet(Alert alert, Set<AlertChannel> alertChannelSet)
           
 Set<AlertChannel> AlertPolicyFilter.getAlertChannelSet(Alert alert, Set<AlertChannel> alertChannelSet)
          This method is called before sending an alert to filter the alert channel set to use.
 void AlertManager.markAsRead(Alert alert, Member loggedMember)
          Marks the given alert as read and updates it.
 void AlertManager.markAsUnread(Alert alert, Member loggedMember)
          Marks the given alert as unread and updates it.
 boolean AlertRule.matches(Alert alert)
          Returns true if the given alert match this rule.
 boolean BasicAlertPolicyFilter.saveAlert(Alert alert, boolean saveAlert)
           
 boolean AlertPolicyFilter.saveAlert(Alert alert, boolean saveAlert)
          This method is called before saving an alert.
 void WebAlertChannel.send(Alert alert)
           
 void MailAlertChannel.send(Alert alert)
           
 void AlertChannel.send(Alert alert)
          Sends an alert.
 void AlertManager.sendAlert(Alert alert)
          Send the given alert
 

Uses of Alert in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy that return Alert
 Alert PolicyManager.beforeSendAlert(Alert alert, AlertChannel alertChannel)
           
 

Methods in com.jalios.jcms.policy with parameters of type Alert
 Alert PolicyManager.beforeSendAlert(Alert alert, AlertChannel alertChannel)
           
 Set<AlertChannel> PolicyManager.getAlertChannelSet(Alert alert, Set<AlertChannel> alertChannelSet)
           
 boolean PolicyManager.saveAlert(Alert alert, boolean saveAlert)
           
 

Uses of Alert in com.jalios.jcms.test
 

Methods in com.jalios.jcms.test with parameters of type Alert
protected  void JcmsTestCase.assertAlert(Alert expectedAlert, Alert actualAlert)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.