public class VCardSanitizer extends java.lang.Object implements ISanitizer<VCard>
| Modifier and Type | Class and Description |
|---|---|
static class |
VCardSanitizer.Factory |
| Constructor and Description |
|---|
VCardSanitizer(BmContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(VCard obj) |
void |
sanitize(VCard card) |
void |
update(VCard current,
VCard obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, updatepublic VCardSanitizer(BmContext context)
public void sanitize(VCard card) throws ServerFault
ServerFaultpublic void create(VCard obj) throws ServerFault
create in interface ISanitizer<VCard>ServerFaultpublic void update(VCard current, VCard obj) throws ServerFault
update in interface ISanitizer<VCard>ServerFaultCopyright © 2021. All Rights Reserved.