public class VCardService extends java.lang.Object implements IVCardService
Constructor and Description |
---|
VCardService(BmContext context,
AddressBookService service,
Container container) |
Modifier and Type | Method and Description |
---|---|
ImportStats |
directImportCards(java.lang.String vcard) |
java.lang.String |
exportAll() |
java.lang.String |
exportCards(java.util.List<java.lang.String> uids) |
TaskRef |
importCards(java.lang.String vcard) |
public VCardService(BmContext context, AddressBookService service, Container container)
public java.lang.String exportAll() throws ServerFault
exportAll
in interface IVCardService
ServerFault
public java.lang.String exportCards(java.util.List<java.lang.String> uids) throws ServerFault
exportCards
in interface IVCardService
ServerFault
public TaskRef importCards(java.lang.String vcard) throws ServerFault
importCards
in interface IVCardService
vcard
- one and only one cardServerFault
public ImportStats directImportCards(java.lang.String vcard) throws ServerFault
directImportCards
in interface IVCardService
ServerFault
Copyright © 2021. All Rights Reserved.