public class StudyUpdateValidator extends StudyValidator
| Constructor and Description |
|---|
StudyUpdateValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateTitle(Study study,
org.springframework.validation.Errors errors)
Determines if the experiment's email address and confirm email address match.
|
getStudyService, setStudyService, supports, validatepublic void validateTitle(Study study, org.springframework.validation.Errors errors)
StudyValidatorvalidateTitle in class StudyValidatorstudy - a Study object.errors - Errors object for validation errorsCopyright © 2015 SeqWare. All rights reserved.