Uses of Class
com.jalios.jcms.alert.AlertRule
-
Packages that use AlertRule Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of AlertRule in com.jalios.jcms
Fields in com.jalios.jcms with type parameters of type AlertRule Modifier and Type Field Description protected java.util.Set<AlertRule>
Member. alertRuleSet
Methods in com.jalios.jcms that return types with arguments of type AlertRule Modifier and Type Method Description java.util.Set<AlertRule>
Member. getAlertRuleSet()
Returns the alert rule set.java.util.Set<AlertRule>
Member. getAlertRuleSet(boolean useDefault)
Returns the alert rule set.Method parameters in com.jalios.jcms with type arguments of type AlertRule Modifier and Type Method Description void
Member. setAlertRuleSet(java.util.Set<AlertRule> alertRuleSet)
Set the alert rule set. -
Uses of AlertRule in com.jalios.jcms.alert
Methods in com.jalios.jcms.alert that return AlertRule Modifier and Type Method Description static AlertRule
AlertRule. fromJSON(java.lang.String json)
AlertRule
EditAlertRuleHandler. getNewAlertRule()
Methods in com.jalios.jcms.alert that return types with arguments of type AlertRule Modifier and Type Method Description static java.util.Set<AlertRule>
AlertRule. getAlertRuleSet(java.lang.String json)
java.util.Set<AlertRule>
AlertManager. getDefaultAlertRuleSet()
Methods in com.jalios.jcms.alert with parameters of type AlertRule Modifier and Type Method Description int
AlertRule. compareTo(AlertRule other)
boolean
Alert. matches(AlertRule rule)
Returns true if this alert matches the given rule.Method parameters in com.jalios.jcms.alert with type arguments of type AlertRule Modifier and Type Method Description static java.lang.String
AlertRule. toJSON(java.util.Set<AlertRule> ruleSet)
-
Uses of AlertRule in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that return types with arguments of type AlertRule Modifier and Type Method Description protected java.util.Set<AlertRule>
EditMemberHandler. buildAlertRuleSet()
java.util.Set<AlertRule>
EditMemberHandler. getAvailableAlertRuleSet()
-