|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use GSVRule | |
---|---|
com.gammastream.validity |
Uses of GSVRule in com.gammastream.validity |
---|
Methods in com.gammastream.validity that return GSVRule | |
---|---|
GSVRule |
GSVAttribute.ruleNamed(java.lang.String name)
Returns the rule with the provided name. |
Methods in com.gammastream.validity with parameters of type GSVRule | |
---|---|
void |
GSVAttribute.addRule(GSVRule newRule)
Adds the rule to this attribute. |
boolean |
GSVEngine.checkRule(GSVRule rule,
java.lang.String attributeName,
com.webobjects.foundation.NSMutableDictionary errorDict,
java.lang.Object eoObject,
int when)
May be called arbitrarily to validate an EO Object, though it is explicitly called by validateObject
Returns true if all validation succeeds. |
boolean |
GSVEngine.checkRule(GSVRule rule,
java.lang.String attributeName,
com.webobjects.foundation.NSMutableDictionary errorDict,
java.lang.String value,
int when)
|
void |
GSVAttribute.removeRule(GSVRule oldRule)
Remove the rule from this attribute. |
boolean |
GSVEngine.validateAttribute(java.lang.Object object,
java.lang.String attributeName,
GSVRule rule)
May be called arbitrarily to validate an object Returns true if all validation succeeds. |
|
Last updated: Tue, Feb 21, 2017 • 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |