WebLogic Integration


Uses of Interface
com.bea.web.validation.IValidationResult

Packages that use IValidationResult
com.bea.web.validation The com.bea.web.validation package provides classes that validate user input to support form processing. 
 

Uses of IValidationResult in com.bea.web.validation
 

Classes in com.bea.web.validation that implement IValidationResult
 class BasicValidationResult
          Maintains basic validation results
 

Fields in com.bea.web.validation declared as IValidationResult
static IValidationResult BasicValidationResult.VALID
           
 

Methods in com.bea.web.validation that return IValidationResult
 IValidationResult Word.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
 IValidationResult IdentifierWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
 IValidationResult URLWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
 IValidationResult DateWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
 IValidationResult IntegerWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
protected  IValidationResult IntegerWord.checkLowerBound(java.lang.Integer value, java.util.ResourceBundle bundle)
          Checks value against the lower bound, minInclusive or minExclusive.
protected  IValidationResult IntegerWord.checkUpperBound(java.lang.Integer value, java.util.ResourceBundle bundle)
          Checks value against the upper bound, maxInclusive or maxExclusive.
protected  IValidationResult IntegerWord.checkAdditional(java.lang.Integer value, java.util.ResourceBundle bundle)
          This method is called by the validate method after the lower and upper bounds have been validated.
 IValidationResult DoubleWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
protected  IValidationResult DoubleWord.checkLowerBound(java.lang.Double value, java.util.ResourceBundle bundle)
          Checks value against the lower bound, minInclusive or minExclusive.
protected  IValidationResult DoubleWord.checkUpperBound(java.lang.Double value, java.util.ResourceBundle bundle)
          Checks value against the upper bound, maxInclusive or maxExclusive.
protected  IValidationResult DoubleWord.checkAdditional(java.lang.Double value, java.util.ResourceBundle bundle)
          This method is called by the validate method after the lower and upper bounds have been validated.
 IValidationResult EmailWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
 IValidationResult FloatWord.validate(java.lang.String strValue, java.util.ResourceBundle bundle)
           
protected  IValidationResult FloatWord.checkLowerBound(java.lang.Float value, java.util.ResourceBundle bundle)
          Checks value against the lower bound, minInclusive or minExclusive.
protected  IValidationResult FloatWord.checkUpperBound(java.lang.Float value, java.util.ResourceBundle bundle)
          Checks value against the upper bound, maxInclusive or maxExclusive.
protected  IValidationResult FloatWord.checkAdditional(java.lang.Float value, java.util.ResourceBundle bundle)
          This method is called by the validate method after the lower and upper bounds have been validated.
 


WebLogic Integration

WebLogic Integration (WLI)