Uses of Class
com.jalios.jcms.alert.Alert
-
Packages that use Alert Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.security com.jalios.jcms.test -
-
Uses of Alert in com.jalios.jcms
Methods in com.jalios.jcms that return types with arguments of type Alert Modifier and Type Method 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. -
Uses of Alert in com.jalios.jcms.alert
Fields in com.jalios.jcms.alert declared as Alert Modifier and Type Field Description protected Alert
EditAlertRuleHandler. alert
Methods in com.jalios.jcms.alert that return Alert Modifier and Type Method Description Alert
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)
protected Alert
AlertBuilder. doCreateAlert(Member recipient)
Methods in com.jalios.jcms.alert that return types with arguments of type Alert Modifier and Type Method Description java.util.List<Alert>
AlertManager. getAlertList(Data data)
Returns the list of Alert on the given datajava.util.List<Alert>
AlertManager. getAlertList(Data data, Member mbr)
Returns the list of Alert on the given data for given Memberjava.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 resultMethods in com.jalios.jcms.alert with parameters of type Alert Modifier and Type Method Description Alert
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)
static boolean
MailAlertChannel. displayAbstract(Alert alert)
Defines if abstract of the data should be displayed in the alertstatic boolean
WebAlertChannel. displayAbstract(Alert alert)
Defines if abstract of the data should be displayed in the alertjava.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>
BasicAlertPolicyFilter. getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
static java.lang.String
AlertHandler. getAlertParentDataId(Alert alert)
Searches for the alert data (If available) parentstatic 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 publicationstatic 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
AlertPolicyFilter. saveAlert(Alert alert, boolean saveAlert)
This method is called before saving an alert.boolean
AlertPolicyManager. saveAlert(Alert alert, boolean saveAlert)
boolean
BasicAlertPolicyFilter. saveAlert(Alert alert, boolean saveAlert)
void
AlertChannel. send(Alert alert)
Sends an alert.void
MailAlertChannel. send(Alert alert)
void
WebAlertChannel. send(Alert alert)
void
AlertManager. sendAlert(Alert alert)
Send the given alert.void
AlertManager. sendAlert(Alert alert, java.util.Map<java.lang.String,?> context)
Send the given alert (if possible).void
AlertManager. unregisterExpiration(Alert alert)
Unregister this alert from the expiration alarm manager (if it has been registered). -
Uses of Alert in com.jalios.jcms.security
Methods in com.jalios.jcms.security that return Alert Modifier and Type Method Description protected Alert
SecurityAlertBuilder. doCreateAlert(Member recipient)
Methods in com.jalios.jcms.security with parameters of type Alert Modifier and Type Method 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. -
Uses of Alert in com.jalios.jcms.test
Methods in com.jalios.jcms.test with parameters of type Alert Modifier and Type Method Description static void
Assert. assertAlert(Alert expectedAlert, Alert actualAlert)
protected void
JcmsTestCase. assertAlert(Alert expectedAlert, Alert actualAlert)
-