EDataBook.BookBackendSyncClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
contains_email_sync |
r |
||
create_contacts_sync |
r |
Add and store the passed vcards |
|
get_contact_list_sync |
r |
Fetch a list of contacts based on a search expression |
|
get_contact_list_uids_sync |
r |
Fetch a list of contact UIDs based on a search expression (optional) |
|
get_contact_sync |
r |
Fetch a contact by UID |
|
modify_contacts_sync |
r |
Modify the existing contacts using the passed vcards |
|
open_sync |
r |
Open the backend |
|
parent_class |
r |
||
refresh_sync |
r |
Refresh the backend |
|
remove_contacts_sync |
r |
Remove the contacts specified by the passed UIDs |
|
reserved_padding |
[ |
r |
Methods¶
None
Details¶
- class EDataBook.BookBackendSyncClass¶
Class structure for the
EDataBook.BookBackendSync
class.These virtual methods must be implemented when writing an addressbook backend.