|
__init__(self,
modulesString,
config,
configsection,
folder,
verbose=False,
soft=False)
Constructor |
source code
|
|
|
_determineSimLimitations(self)
Supporting function in order to auto-determine limitation of SIM card
(max number of entries and max length of name) |
source code
|
|
|
|
|
_saveOperationAdd(self,
sim,
id)
Writing through: Adds a single value to the SIM Card |
source code
|
|
|
_saveOperationDelete(self,
sim,
id)
Writing through: Removes a single value from the SIM card |
source code
|
|
|
saveModifications(self)
Save whatever changes have come by |
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
|