Package | Description |
---|---|
com.jalios.jcms |
Contains the core JPlatform classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.security | |
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(Data data,
Member mbr)
Returns the list of Alert on the given data for given Member
|
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.Collection<Alert> |
AlertHandler.getAvailableAlerts() |
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 |
AlertHandler.getAlertParentDataId(Alert alert)
Searches for the alert data (If available) parent
|
static java.lang.String |
WebAlertChannel.getJspPath(Alert alert) |
Publication |
AlertManager.getPubOrParentPub(Alert alert)
For an alert, we search if the publication type has been declared directly, or if we need to use the parent publication
|
static boolean |
AlertHandler.isReadAllAlert(Alert alert) |
static boolean |
AlertHandler.isUnfollowableAlert(Alert alert,
Member mbr) |
void |
AlertManager.markAllRelatedAlertAsRead(Alert alert,
Member mbr)
Mark all related alerts for given Alert as read (Where alert data is the same)
|
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 matches 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 Alert |
SecurityAlertBuilder.doCreateAlert(Member recipient) |
Modifier and Type | Method and Description |
---|---|
static boolean |
SecurityAlertManager.displayDetails(Alert alert)
Check if security informations (such as member, ip, host, etc) should be displayed in alert (mail, web, ...).
|
static boolean |
SecurityAlertManager.isSecurityAlert(Alert alert)
Check if the specified Alert is a security alert.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JcmsTestCase.assertAlert(Alert expectedAlert,
Alert actualAlert) |
static void |
Assert.assertAlert(Alert expectedAlert,
Alert actualAlert) |
Copyright © 2001-2021 Jalios SA. All Rights Reserved.