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