Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.policy | |
com.jalios.jcms.test |
Modifier and Type | Method and Description |
---|---|
java.util.List<Alert> |
Member.getAlertList()
Returns the alert list for this member.
|
java.util.List<Alert> |
Member.getAlertList(Alert.Level level,
java.lang.Boolean read)
Returns the alert list for this member.
|
Modifier and Type | Field and Description |
---|---|
protected Alert |
AlertListHandler.alert |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Alert> |
AlertListHandler.getAlertList() |
java.util.List<Alert> |
AlertManager.getAlertList(Data data)
Returns the list of Alert on the given data
|
java.util.List<Alert> |
AlertManager.getAlertList(Member mbr)
Returns the list of Alert the given member is a recipient.
|
java.util.List<Alert> |
AlertManager.getAlertList(Member mbr,
Alert.Level level,
java.lang.Boolean read)
Returns the list of Alert the given member is a recipient.
|
java.util.List<Alert> |
AlertManager.getOldAlertList()
Returns the list of old alerts.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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> |
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 |
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
|
Modifier and Type | Method and Description |
---|---|
Alert |
PolicyManager.beforeSendAlert(Alert alert,
AlertChannel alertChannel) |
Modifier and Type | Method and Description |
---|---|
Alert |
PolicyManager.beforeSendAlert(Alert alert,
AlertChannel alertChannel) |
java.util.Set<AlertChannel> |
PolicyManager.getAlertChannelSet(Alert alert,
java.util.Set<AlertChannel> alertChannelSet) |
boolean |
PolicyManager.saveAlert(Alert alert,
boolean saveAlert) |
Modifier and Type | Method and Description |
---|---|
protected void |
JcmsTestCase.assertAlert(Alert expectedAlert,
Alert actualAlert) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.