Package org.seed.core.user
Class UserValidator
- All Implemented Interfaces:
SystemEntityValidator<User>,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidvalidateSave(User user) Methods inherited from class org.seed.core.data.AbstractSystemEntityValidator
validateCreate, validateDelete
-
Constructor Details
-
UserValidator
public UserValidator()
-
-
Method Details
-
validateSave
- Specified by:
validateSavein interfaceSystemEntityValidator<User>- Overrides:
validateSavein classAbstractSystemEntityValidator<User>- Throws:
ValidationException
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-