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 IVCardServiceServerFaultpublic java.lang.String exportCards(java.util.List<java.lang.String> uids)
                             throws ServerFault
exportCards in interface IVCardServiceServerFaultpublic TaskRef importCards(java.lang.String vcard) throws ServerFault
importCards in interface IVCardServicevcard - one and only one cardServerFaultpublic ImportStats directImportCards(java.lang.String vcard) throws ServerFault
directImportCards in interface IVCardServiceServerFaultCopyright © 2023. All Rights Reserved.