Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.alert | |
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<AlertRule> |
Member.alertRuleSet |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AlertRule> |
Member.getAlertRuleSet()
Returns the alert rule set.
|
Modifier and Type | Method and Description |
---|---|
void |
Member.setAlertRuleSet(java.util.Set<AlertRule> alertRuleSet)
Set the alert rule set.
|
Modifier and Type | Method and Description |
---|---|
static AlertRule |
AlertRule.fromJSON(java.lang.String json) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<AlertRule> |
AlertRule.getAlertRuleSet(java.lang.String json) |
Modifier and Type | Method and Description |
---|---|
boolean |
Alert.matches(AlertRule rule)
Returns true if this alert matches the given rule.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AlertRule.toJSON(java.util.Set<AlertRule> ruleSet) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<AlertRule> |
EditMemberHandler.buildAlertRuleSet() |
java.util.Set<AlertRule> |
EditMemberHandler.getAvailableAlertRuleSet() |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.