Project Wonder 2.0

Uses of Class
com.gammastream.validity.GSVRule

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

Copyright © 2002 – 2004 Project Wonder.