Uses of Package
project35.soa.validation

Packages that use project35.soa.validation
project35.configurationTool This package describes the code for the Project35 Configuration Tool. 
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.mda.model This package describes Project35's native data structures that are used to manage an in-memory representation of an XML document. 
project35.mda.schema The package contains classes which are responsible for interpreting the XML schema. 
project35.metaData The package contains classes which manage Project35's meta data. 
project35.soa.ontology.sources This package contains all the classes which support the ontology source class that is part of the Project35 Ontology Service Framework. 
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
 

Classes in project35.soa.validation used by project35.configurationTool
DocumentValidationService
          a validation service that is triggered whenever the user explicitly activates "Show Errors" or when the current data file is exported to a final submission format.
RecordModelValidationService
          describes a record model validation service that is activated whenever the user tries to commit changes to the current record.
 

Classes in project35.soa.validation used by project35.desktopDeployment
ValidationServiceRegistry
          given the name of a record or a field, returns validation services that should be used.
 

Classes in project35.soa.validation used by project35.mda.model
EditFieldValidationService
          A generic interface used to validate field values.
 

Classes in project35.soa.validation used by project35.mda.schema
FieldValidationServiceFactory
          Provides a singleton pattern for producing registered validation classes.
ValidationServiceRegistry
          given the name of a record or a field, returns validation services that should be used.
 

Classes in project35.soa.validation used by project35.metaData
DocumentValidationService
          a validation service that is triggered whenever the user explicitly activates "Show Errors" or when the current data file is exported to a final submission format.
 

Classes in project35.soa.validation used by project35.soa.ontology.sources
StringMaskValidator
          Checks that a string field value matches a regular expression.
 

Classes in project35.soa.validation used by project35.soa.validation
AbstractEditFieldValidationService
          Has routines for validating required fields.
ConstraintDescription
          interface used by some validator classes to return a phrase that describes the nature of its constraints; used in making reports about properties of XML Schema constructs
DocumentValidationService
          a validation service that is triggered whenever the user explicitly activates "Show Errors" or when the current data file is exported to a final submission format.
DoubleValidator
          Checks whether a field value is a valid double
EditFieldValidationService
          A generic interface used to validate field values.
FieldValidationService
          A generic interface used to validate field values.
FieldValidationServiceFactory
          Provides a singleton pattern for producing registered validation classes.
FloatValidator
          Checks whether field value is a valid float
IntegerValidator
          Checks whether a field value is a valid integer
ListFieldValidationService
          A generic interface used to validate field values.
NumericValidator
          a marker class indicating that the validation service affects numeric values.
RecordModelValidationService
          describes a record model validation service that is activated whenever the user tries to commit changes to the current record.
RequiredFieldValidator
          checks whether a required field has been left blank.