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, wait
create, update
public VCardSanitizer(BmContext context)
public void sanitize(VCard card) throws ServerFault
ServerFault
public void create(VCard obj) throws ServerFault
create
in interface ISanitizer<VCard>
ServerFault
public void update(VCard current, VCard obj) throws ServerFault
update
in interface ISanitizer<VCard>
ServerFault
Copyright © 2021. All Rights Reserved.