Uses of Interface
com.jalios.jcms.alert.AlertChannel
-
Packages that use AlertChannel Package Description com.jalios.jcms.alert -
-
Uses of AlertChannel in com.jalios.jcms.alert
Classes in com.jalios.jcms.alert that implement AlertChannel Modifier and Type Class Description class
BasicAlertChannel
class
MailAlertChannel
class
WebAlertChannel
Fields in com.jalios.jcms.alert with type parameters of type AlertChannel Modifier and Type Field Description protected java.util.List<AlertChannel>
EditAlertRuleHandler. alertChannelList
Methods in com.jalios.jcms.alert that return AlertChannel Modifier and Type Method Description AlertChannel
AlertManager. getAlertChannel(java.lang.String name)
Returns the AlertChannel with the given name.AlertChannel
AlertManager. getMailAlertChannel()
Returns the MailAlertChannelAlertChannel
AlertManager. getWebAlertChannel()
Returns the WebAlertChannelMethods in com.jalios.jcms.alert that return types with arguments of type AlertChannel Modifier and Type Method Description java.util.List<AlertChannel>
AlertManager. getAlertChannelList()
Returns the list of all available AlertChannel.java.util.List<AlertChannel>
AlertManager. getAlertChannelList(Member mbr)
Returns the list of available AlertChannel for the given member.java.util.Set<AlertChannel>
AlertManager. getAlertChannelSet(Alert alert)
Returns the set of AlertChannel matching the given alert.java.util.Set<AlertChannel>
AlertPolicyFilter. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
This method is called before sending an alert to filter the alert channel set to use.java.util.Set<AlertChannel>
AlertPolicyManager. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
java.util.Set<AlertChannel>
AlertRule. getAlertChannelSet()
java.util.Set<AlertChannel>
BasicAlertPolicyFilter. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
Methods in com.jalios.jcms.alert with parameters of type AlertChannel Modifier and Type Method Description void
AlertManager. addAlertChannel(AlertChannel alertChannel)
Adds the given AlertChannelAlert
AlertPolicyFilter. beforeSendAlert(Alert alert, AlertChannel alertChannel)
This method is called before sending an alert in a given alert channel.Alert
AlertPolicyManager. beforeSendAlert(Alert alert, AlertChannel alertChannel)
Alert
BasicAlertPolicyFilter. beforeSendAlert(Alert alert, AlertChannel alertChannel)
boolean
AlertRule. containsAlertChannel(AlertChannel alertChannel)
Returns true if this AlertRule contains the given alertChannel.void
AlertManager. removeAlertChannel(AlertChannel alertChannel)
Removes the given AlertChannelMethod parameters in com.jalios.jcms.alert with type arguments of type AlertChannel Modifier and Type Method Description java.util.Set<AlertChannel>
AlertPolicyFilter. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
This method is called before sending an alert to filter the alert channel set to use.java.util.Set<AlertChannel>
AlertPolicyManager. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
java.util.Set<AlertChannel>
BasicAlertPolicyFilter. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
void
AlertRule. setAlertChannelSet(java.util.Set<AlertChannel> alertChannelSet)
-