Package | Description |
---|---|
com.jalios.jcms.alert |
Modifier and Type | Class and Description |
---|---|
class |
BasicAlertChannel |
class |
MailAlertChannel |
class |
WebAlertChannel |
Modifier and Type | Method and Description |
---|---|
AlertChannel |
AlertManager.getAlertChannel(java.lang.String name)
Returns the AlertChannel with the given name.
|
AlertChannel |
AlertManager.getMailAlertChannel()
Returns the MailAlertChannel
|
AlertChannel |
AlertManager.getWebAlertChannel()
Returns the WebAlertChannel
|
Modifier and Type | Method and 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> |
AlertRule.getAlertChannelSet() |
java.util.Set<AlertChannel> |
AlertManager.getAlertChannelSet(Alert alert)
Returns the set of AlertChannel matching the given alert.
|
java.util.Set<AlertChannel> |
BasicAlertPolicyFilter.getAlertChannelSet(Alert alert,
java.util.Set<AlertChannel> alertChannelSet) |
java.util.Set<AlertChannel> |
AlertPolicyManager.getAlertChannelSet(Alert alert,
java.util.Set<AlertChannel> alertChannelSet) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertManager.addAlertChannel(AlertChannel alertChannel)
Adds the given AlertChannel
|
Alert |
BasicAlertPolicyFilter.beforeSendAlert(Alert alert,
AlertChannel alertChannel) |
Alert |
AlertPolicyManager.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
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<AlertChannel> |
BasicAlertPolicyFilter.getAlertChannelSet(Alert alert,
java.util.Set<AlertChannel> alertChannelSet) |
java.util.Set<AlertChannel> |
AlertPolicyManager.getAlertChannelSet(Alert alert,
java.util.Set<AlertChannel> alertChannelSet) |
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.
|
void |
AlertRule.setAlertChannelSet(java.util.Set<AlertChannel> alertChannelSet) |
Copyright © 2001-2018 Jalios SA. All Rights Reserved.