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, validate
public void validateTitle(Study study, org.springframework.validation.Errors errors)
StudyValidator
validateTitle
in class StudyValidator
study
- a Study
object.errors
- Errors object for validation errorsCopyright © 2015 SeqWare. All rights reserved.