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 AlertEditAlertRuleHandler. alertMethods in com.jalios.jcms.alert that return Alert Modifier and Type Method Description AlertAlertPolicyFilter. beforeSendAlert(Alert alert, AlertChannel alertChannel)This method is called before sending an alert in a given alert channel.AlertAlertPolicyManager. beforeSendAlert(Alert alert, AlertChannel alertChannel)AlertBasicAlertPolicyFilter. beforeSendAlert(Alert alert, AlertChannel alertChannel)protected AlertAlertBuilder. 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 AlertAlertPolicyFilter. beforeSendAlert(Alert alert, AlertChannel alertChannel)This method is called before sending an alert in a given alert channel.AlertAlertPolicyManager. beforeSendAlert(Alert alert, AlertChannel alertChannel)AlertBasicAlertPolicyFilter. beforeSendAlert(Alert alert, AlertChannel alertChannel)static booleanMailAlertChannel. displayAbstract(Alert alert)Defines if abstract of the data should be displayed in the alertstatic booleanWebAlertChannel. 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.StringAlertHandler. getAlertParentDataId(Alert alert)Searches for the alert data (If available) parentstatic java.lang.StringWebAlertChannel. getJspPath(Alert alert)PublicationAlertManager. 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 booleanAlertHandler. isReadAllAlert(Alert alert)static booleanAlertHandler. isUnfollowableAlert(Alert alert, Member mbr)voidAlertManager. markAllRelatedAlertAsRead(Alert alert, Member mbr)Mark all related alerts for given Alert as read (Where alert data is the same)voidAlertManager. markAsRead(Alert alert, Member loggedMember)Marks the given alert as read and updates it.voidAlertManager. markAsUnread(Alert alert, Member loggedMember)Marks the given alert as unread and updates it.booleanAlertRule. matches(Alert alert)Returns true if the given alert matches this rule.voidAlertManager. registerExpiration(Alert alert)Register this alert for expiration (if it has an expiration date).booleanAlertPolicyFilter. saveAlert(Alert alert, boolean saveAlert)This method is called before saving an alert.booleanAlertPolicyManager. saveAlert(Alert alert, boolean saveAlert)booleanBasicAlertPolicyFilter. saveAlert(Alert alert, boolean saveAlert)voidAlertChannel. send(Alert alert)Sends an alert.voidMailAlertChannel. send(Alert alert)voidWebAlertChannel. send(Alert alert)voidAlertManager. sendAlert(Alert alert)Send the given alert.voidAlertManager. sendAlert(Alert alert, java.util.Map<java.lang.String,?> context)Send the given alert (if possible).voidAlertManager. 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 AlertSecurityAlertBuilder. doCreateAlert(Member recipient)Methods in com.jalios.jcms.security with parameters of type Alert Modifier and Type Method Description static booleanSecurityAlertManager. displayDetails(Alert alert)Check if security informations (such as member, ip, host, etc) should be displayed in alert (mail, web, ...).static booleanSecurityAlertManager. 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 voidAssert. assertAlert(Alert expectedAlert, Alert actualAlert)protected voidJcmsTestCase. assertAlert(Alert expectedAlert, Alert actualAlert)
-