public class MailshareValidator extends java.lang.Object implements IValidator<Mailshare>
Modifier and Type | Class and Description |
---|---|
static class |
MailshareValidator.Factory |
Constructor and Description |
---|
MailshareValidator() |
Modifier and Type | Method and Description |
---|---|
void |
create(Mailshare obj) |
void |
update(Mailshare oldValue,
Mailshare newValue) |
void |
validate(Mailshare mailbox) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, update
public void validate(Mailshare mailbox) throws ServerFault
ServerFault
public void create(Mailshare obj) throws ServerFault
create
in interface IValidator<Mailshare>
ServerFault
public void update(Mailshare oldValue, Mailshare newValue) throws ServerFault
update
in interface IValidator<Mailshare>
ServerFault
Copyright © 2021. All Rights Reserved.