Uses of Interface
com.jalios.jcms.alert.AlertChannel

Packages that use AlertChannel
com.jalios.jcms.alert   
com.jalios.jcms.policy   
 

Uses of AlertChannel in com.jalios.jcms.alert
 

Classes in com.jalios.jcms.alert that implement AlertChannel
 class BasicAlertChannel
           
 class MailAlertChannel
           
 class WebAlertChannel
           
 

Methods in com.jalios.jcms.alert that return AlertChannel
 AlertChannel AlertManager.getAlertChannel(String name)
          Returns the AlertChannel with the given name.
 AlertChannel AlertManager.getMailAlertChannel()
          Returns the MailAlertChannel
 AlertChannel AlertManager.getWebAlertChannel()
          Returns the WebAlertChannel
 

Methods in com.jalios.jcms.alert that return types with arguments of type AlertChannel
 List<AlertChannel> AlertManager.getAlertChannelList()
          Returns the list of all available AlertChannel.
 List<AlertChannel> AlertManager.getAlertChannelList(Member mbr)
          Returns the list of available AlertChannel for the given member.
 Set<AlertChannel> AlertRule.getAlertChannelSet()
           
 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.
 Set<AlertChannel> AlertManager.getDefaultAlertChannelSet()
          Returns the set of default AlertChannel.
 

Methods in com.jalios.jcms.alert with parameters of type AlertChannel
 void AlertManager.addAlertChannel(AlertChannel alertChannel)
          Adds the given AlertChannel
 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.
 boolean AlertRule.containsAlertChannel(AlertChannel alertChannel)
          Returns true if this AlertRule contains the given alertChannel.
 void AlertManager.removeAlertChannel(AlertChannel alertChannel)
          Removes the given AlertChannel
 

Method parameters in com.jalios.jcms.alert with type arguments of type AlertChannel
 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 AlertRule.setAlertChannelSet(Set<AlertChannel> alertChannelSet)
           
 

Uses of AlertChannel in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy that return types with arguments of type AlertChannel
 Set<AlertChannel> PolicyManager.getAlertChannelSet(Alert alert, Set<AlertChannel> alertChannelSet)
           
 

Methods in com.jalios.jcms.policy with parameters of type AlertChannel
 Alert PolicyManager.beforeSendAlert(Alert alert, AlertChannel alertChannel)
           
 

Method parameters in com.jalios.jcms.policy with type arguments of type AlertChannel
 Set<AlertChannel> PolicyManager.getAlertChannelSet(Alert alert, Set<AlertChannel> alertChannelSet)
           
 



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