Package cz.zcu.students.cacha.bp_server.validators
-
Class Summary Class Description PngJpgFileValidator Class represents validator that checks if file is of type png or jpgUniqueEmailExclPrincipalValidator Class used to check email uniqueness except the email of user that caused the checkUniqueEmailValidator UniqueInstitutionNameExclUpdatedValidator Class used to check institution name uniqueness except the one that caused the checkUniqueInstitutionNameValidator Class used to check institution name uniquenessUniqueUsernameExclPrincipalValidator Class used to check username uniqueness except the one that caused the checkUniqueUsernameValidator Class used to check username uniqueness -
Annotation Types Summary Annotation Type Description PngJpgFile Annotation to check right attachment typeUniqueEmail Annotation to checking email uniquenessUniqueEmailExclPrincipal Annotation to check uniqueness of email except email of user that caused the checkUniqueInstitutionName Annotation to check uniqueness of institution nameUniqueInstitutionNameExclUpdated Annotation to check institution name uniqueness except the one that caused the checkUniqueUsername Annotation to checking username uniquenessUniqueUsernameExclPrincipal Annotation to check uniqueness of username except the one that caused the check