public class DontCallValidator extends java.lang.Object implements IValidator<DontCallValidator.DontCall>
Modifier and Type | Class and Description |
---|---|
class |
DontCallValidator.DontCall |
Constructor and Description |
---|
DontCallValidator(BmContext context) |
Modifier and Type | Method and Description |
---|---|
void |
create(DontCallValidator.DontCall obj) |
void |
update(DontCallValidator.DontCall previous,
DontCallValidator.DontCall obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, update
public DontCallValidator(BmContext context)
context
- public void create(DontCallValidator.DontCall obj) throws ServerFault
create
in interface IValidator<DontCallValidator.DontCall>
ServerFault
public void update(DontCallValidator.DontCall previous, DontCallValidator.DontCall obj) throws ServerFault
update
in interface IValidator<DontCallValidator.DontCall>
ServerFault
Copyright © 2021. All Rights Reserved.