Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.controller.ValidationException

Packages that use ValidationException
com.jcorporate.expresso.core.controller This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences.  
 

Uses of ValidationException in com.jcorporate.expresso.core.controller
 

Methods in com.jcorporate.expresso.core.controller that throw ValidationException
 void ControllerRequest.validateDBObject(DBObject oneObject, ErrorCollection ec)
          Convenience method that retrieves parameters/field values and populates a specified db object.
 void ControllerResponse.autoValidate(String checkClassName, ErrorCollection errorCollection)
          AutoValidate is a quick way to validate the fields of a specified dbobj.
 void ControllerResponse.autoValidate(String checkClassName, ErrorCollection errorCollection, Vector requiredFields)
          AutoValidate is a quick way to validate the fields of a specified dbobj.
 void ControllerResponse.validate(ValidationSet validSet, ErrorCollection errorCollection)
          Deprecated. See ControllerRequest.validateDBObject instead....
protected  void State.autoValidate(String checkClassName, ErrorCollection errorCollection)
          AutoValidate is a quick way to validate the fields of a specified dbobj.
protected  void State.autoValidate(String checkClassName, ErrorCollection errorCollection, Vector requiredFields)
          AutoValidate is a quick way to validate the fields of a specified dbobj.
 void ValidationItem.checkThisItem()
          Creation date: (7/19/00 5:42:08 PM)
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.