Uses of Class
edu.nrao.sss.validation.ValidationPurpose

Packages that use ValidationPurpose
edu.nrao.sss.validation Object validation support. 
 

Uses of ValidationPurpose in edu.nrao.sss.validation
 

Fields in edu.nrao.sss.validation declared as ValidationPurpose
protected  ValidationPurpose Validation.purpose
          The reason for doing this validation.
protected  ValidationPurpose AbstractValidator.purpose
          The purpose for which this validator was most recently run.
 

Methods in edu.nrao.sss.validation that return ValidationPurpose
 ValidationPurpose Validator.getPurpose()
          Returns the purpose for which this validator was most recently run.
 ValidationPurpose AbstractValidator.getPurpose()
           
static ValidationPurpose ValidationPurpose.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationPurpose[] ValidationPurpose.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.validation with parameters of type ValidationPurpose
protected abstract  List<Validation<T>> AbstractValidator.makeValidationList(ValidationPurpose purpose)
          Creates and returns a list of validations to be performed for the given purpose.
 List<ValidationFailure> Validator.validate(Object target, ValidationPurpose purpose)
          Validates target for use for the given purpose.
 boolean ValidationManager.validate(Object target, ValidationPurpose purpose)
          Validates the target object for the given purpose.
 List<ValidationFailure> AbstractValidator.validate(Object target, ValidationPurpose purpose)
           
 

Constructors in edu.nrao.sss.validation with parameters of type ValidationPurpose
DataNotEnteredValidation(AbstractValidator<T> validationContainer, ValidationPurpose reasonForValidation, String genericNameOfTarget, String nameOfField, String defaultValueOfField)
          Helps create an instance.
Validation(AbstractValidator<T> validationContainer, ValidationPurpose reasonForValidation)
          Helps create a new instance.
 



Copyright © 2009. All Rights Reserved.