Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
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 | Method and Description |
---|---|
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.
|
protected Alert |
AlertBuilder.doCreateAlert(Member recipient) |
Modifier and Type | Method and Description |
---|---|
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.
|
PageResult<Alert> |
AlertHandler.getAlertsPageResult() |
java.util.List<Alert> |
AlertManager.getExpirationAlertList()
Returns all the alerts with an expiration date.
|
PageResult<Alert> |
AlertQueryBuilder.getResults()
Returns alert paginated result
|
Modifier and Type | Method and Description |
---|---|
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.
|
static boolean |
WebAlertChannel.displayAbstract(Alert alert)
Defines if abstract of the data should be displayed in the alert
|
static boolean |
MailAlertChannel.displayAbstract(Alert alert)
Defines if abstract of the data should be displayed in the alert
|
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.
|
static java.lang.String |
WebAlertChannel.getJspPath(Alert alert) |
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.
|
void |
AlertManager.registerExpiration(Alert alert)
Register this alert for expiration (if it has an expiration date).
|
boolean |
BasicAlertPolicyFilter.saveAlert(Alert alert,
boolean saveAlert) |
boolean |
AlertPolicyManager.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
|
void |
AlertManager.unregisterExpiration(Alert alert)
Unregister this alert from the expiration alarm manager (if it has been registered).
|
Modifier and Type | Method and Description |
---|---|
protected void |
JcmsTestCase.assertAlert(Alert expectedAlert,
Alert actualAlert) |
static void |
Assert.assertAlert(Alert expectedAlert,
Alert actualAlert) |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.