EDataBook.BookBackendSyncClass

Fields

Name

Type

Access

Description

contains_email_sync

object

r

create_contacts_sync

object

r

Add and store the passed vcards

get_contact_list_sync

object

r

Fetch a list of contacts based on a search expression

get_contact_list_uids_sync

object

r

Fetch a list of contact UIDs based on a search expression (optional)

get_contact_sync

object

r

Fetch a contact by UID

modify_contacts_sync

object

r

Modify the existing contacts using the passed vcards

open_sync

object

r

Open the backend

parent_class

EDataBook.BookBackendClass

r

refresh_sync

object

r

Refresh the backend

remove_contacts_sync

object

r

Remove the contacts specified by the passed UIDs

reserved_padding

[object]

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.