Uses of Interface
project35.soa.validation.RecordModelValidationService

Packages that use RecordModelValidationService
project35.configurationTool This package describes the code for the Project35 Configuration Tool. 
project35.soa.validation The classes in this package support Project35's facilities for validating the data set. 
 

Uses of RecordModelValidationService in project35.configurationTool
 

Classes in project35.configurationTool that implement RecordModelValidationService
 class DuplicateFieldConfigurationsValidationService
          this is a record model validation service plugin that is used with the configuration tool.
 

Uses of RecordModelValidationService in project35.soa.validation
 

Classes in project35.soa.validation that implement RecordModelValidationService
 class StubbedRecordValidationService
           Copyright (c) 2008 Kevin Garwood for Project35.
 

Methods in project35.soa.validation that return RecordModelValidationService
 RecordModelValidationService[] ValidationServiceRegistry.getRecordModelValidationServices(java.lang.String recordClassName)