|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlertRule | |
---|---|
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). |
Uses of AlertRule in com.jalios.jcms |
---|
Fields in com.jalios.jcms with type parameters of type AlertRule | |
---|---|
protected Set<AlertRule> |
Member.alertRuleSet
|
Methods in com.jalios.jcms that return types with arguments of type AlertRule | |
---|---|
Set<AlertRule> |
Member.getAlertRuleSet()
Returns the alert rule set. |
Method parameters in com.jalios.jcms with type arguments of type AlertRule | |
---|---|
void |
Member.setAlertRuleSet(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 | |
---|---|
static AlertRule |
AlertRule.fromJSON(String json)
|
Methods in com.jalios.jcms.alert that return types with arguments of type AlertRule | |
---|---|
static Set<AlertRule> |
AlertRule.getAlertRuleSet(String json)
|
Methods in com.jalios.jcms.alert with parameters of type AlertRule | |
---|---|
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 | |
---|---|
static String |
AlertRule.toJSON(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 | |
---|---|
protected Set<AlertRule> |
EditMemberHandler.buildAlertRuleSet()
|
Set<AlertRule> |
EditMemberHandler.getAvailableAlertRuleSet()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |