|
__init__(self,
modulesString,
config,
configsection,
folder,
verbose=False,
soft=False)
Constructor |
source code
|
|
|
_extractValue(self,
atts,
attName,
contactObject,
opimdField)
Supporting function to extract a single attribute value |
source code
|
|
|
load(self)
Loads all attributes for all contact entries from the OPIMD backend |
source code
|
|
|
_checkAndApplyTypes(self)
Makes sure that all required types for PISI are available in OPIMD. |
source code
|
|
|
_saveOneEntry(self,
fields,
fieldName,
contact,
attribute) |
source code
|
|
|
_saveOperationAdd(self,
id)
Making changes permanent: Add a single contact instance to backend |
source code
|
|
|
_saveOperationDelete(self,
id)
Making changes permanent: Remove a single contact instance from
backend |
source code
|
|
|
_saveOperationModify(self,
id)
Making changes permanent: Update a single contact instance in 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
|