|
__init__(self,
modulesString,
config,
configsection,
folder,
verbose=False,
soft=False)
Constructor |
source code
|
|
|
|
|
|
|
|
|
|
|
_assembleTitle(self,
contactEntry)
Assembles all information from a contact entry for the packed version
of a title in google contacts |
source code
|
|
|
_savePhones(self,
contact,
new_contact)
Integrates all saving tranformations for phone attributes |
source code
|
|
|
_saveAddresses(self,
contact,
new_contact)
Integrates all saving tranformations for address attributes |
source code
|
|
|
_saveBusinessDetails(self,
c,
new_contact)
Creates an entry for business organzation und unit. |
source code
|
|
|
_saveOperationAdd(self,
id)
Save all changes to Google contacts that have come by |
source code
|
|
|
_saveOperationDelete(self,
id)
Finally deletes the contact entry identified by its ID in the google
contact backend |
source code
|
|
|
|
|
|
Inherited from contacts.contacts.AbstractContactSynchronizationModule :
addContact ,
allContacts ,
flush ,
getContact ,
removeContact ,
replaceContact
Inherited from pisiinterfaces.AbstractSynchronizationModule :
addEntry ,
allEntries ,
getDescription ,
getEntry ,
getName ,
postProcess ,
preProcess ,
prettyPrint ,
removeEntry ,
replaceEntry
|