public class UserValidator extends java.lang.Object implements IValidator<User>
| Constructor and Description | 
|---|
UserValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
create(User obj)  | 
void | 
update(User oldValue,
      User newValue)  | 
void | 
validate(User user)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, updatepublic void create(User obj) throws ServerFault
create in interface IValidator<User>ServerFaultpublic void update(User oldValue, User newValue) throws ServerFault
update in interface IValidator<User>ServerFaultpublic void validate(User user) throws ServerFault
ServerFaultCopyright © 2023. All Rights Reserved.