Uses of Class
planetj.exception.ValidationExceptionCollection

Packages that use ValidationExceptionCollection
planetj.database   
planetj.database.connection   
planetj.database.sql   
planetj.dataengine   
 

Uses of ValidationExceptionCollection in planetj.database
 

Methods in planetj.database that return ValidationExceptionCollection
 ValidationExceptionCollection RowCollection.getValidationExceptions()
          Be careful when you call this method because it is derived and spins through all the fields of all the Rows in this RowCollection.
 ValidationExceptionCollection Row.getValidationExceptions()
          Be careful when you call this method because it is derived and spins through all the fields.
 ValidationExceptionCollection Field.getValidationExceptions()
          This is lazy inited so if you want to see if this field has any ValidationException, you must check the size() of this List Creation date: (4/5/2002 2:01:13 PM)
 

Uses of ValidationExceptionCollection in planetj.database.connection
 

Methods in planetj.database.connection that return ValidationExceptionCollection
 ValidationExceptionCollection ConnectionRow.verifyConnection()
          This method will verify this ConnectionRow contains valid connection properties and using these properties actually establishes a connection to a database.
 ValidationExceptionCollection AS400ConnectionRow.verifyConnection()
          This method will verify this ConnectionRow can connect to the AS400 specified in the URL Creation date: (6/18/2002 1:38:26 PM)
 

Uses of ValidationExceptionCollection in planetj.database.sql
 

Methods in planetj.database.sql that return ValidationExceptionCollection
 ValidationExceptionCollection AbstractExpressionToken.getValidationExceptions()
          Deprecated. (6/11/2003 8:18:59 AM) This method will not allow setting the Field's default value from a user property. Replaced by getValidationExceptions(ExecutingContext)
 ValidationExceptionCollection AbstractExpressionToken.getValidationExceptions(ExecutingContext ec)
          Be careful when you call this method because it is derived and spins through all the Fields of all the SQLComparisons in this expression token.
 

Uses of ValidationExceptionCollection in planetj.dataengine
 

Methods in planetj.dataengine that return ValidationExceptionCollection
 ValidationExceptionCollection IContext.getParameterValidationExceptions()
          Be careful when you call this method because it is derived and spins through all the fields.
 ValidationExceptionCollection AbstractContext.getParameterValidationExceptions()
          Be careful when you call this method because it is derived and spins through all the fields.