List of All Members for ContactModel
This is the complete list of members for ContactModel, including inherited members.
- ImportError : enumeration
- autoUpdate : bool
- availableManagers : list<string>
- contacts : list<Contact>
- error : string
- fetchHint : FetchHint
- filter : Filter
- manager : string
- sortOrders : list<SortOrder>
- cancelUpdate()
- contactsFetched(int requestId, list<Contact> fetchedContacts)
- void exportContacts(url url, list<string> profiles, list<variant> declarativeContacts)
- int fetchContacts(list<string> contactIds)
- void importContacts(url url, list<string> profiles)
- onImportCompleted(ImportError error, URL url, list<string> ids)
- removeCollection(string collectionId)
- removeContact(string contactId)
- removeContacts(list<string> contactIds)
- saveContact(Contact contact)
- updateCollections()
- updateContacts()