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 TypeMethodDescriptionvoid
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
validateSave
(User user) Methods inherited from class org.seed.core.data.AbstractSystemEntityValidator
validateCreate, validateDelete
-
Constructor Details
-
UserValidator
public UserValidator()
-
-
Method Details
-
validateSave
- Specified by:
validateSave
in interfaceSystemEntityValidator<User>
- Overrides:
validateSave
in classAbstractSystemEntityValidator<User>
- Throws:
ValidationException
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-