|
Project Wonder 2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String name)
Returns the rule with the provided name. |
Methods in com.gammastream.validity with parameters of type GSVRule | |
boolean |
GSVEngine.validateAttribute(Object object,
String attributeName,
GSVRule rule)
May be called arbitrarily to validate an object Returns true if all validation succeeds.
|
boolean |
GSVEngine.checkRule(GSVRule rule,
String attributeName,
NSMutableDictionary errorDict,
String value,
int when)
|
boolean |
GSVEngine.checkRule(GSVRule rule,
String attributeName,
NSMutableDictionary errorDict,
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.
|
void |
GSVAttribute.addRule(GSVRule newRule)
Adds the rule to this attribute. |
void |
GSVAttribute.removeRule(GSVRule oldRule)
Remove the rule from this attribute. |
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV NEXT | FRAMES NO FRAMES |