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, waitcreate, updatepublic void validate(Mailshare mailbox) throws ServerFault
ServerFaultpublic void create(Mailshare obj) throws ServerFault
create in interface IValidator<Mailshare>ServerFaultpublic void update(Mailshare oldValue, Mailshare newValue) throws ServerFault
update in interface IValidator<Mailshare>ServerFaultCopyright © 2023. All Rights Reserved.