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, wait
create, update
public void create(User obj) throws ServerFault
create
in interface IValidator<User>
ServerFault
public void update(User oldValue, User newValue) throws ServerFault
update
in interface IValidator<User>
ServerFault
public void validate(User user) throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.