Trees | Indices | Help |
|
---|
|
pisiinterfaces.AbstractSynchronizationModule --+ | AbstractCalendarSynchronizationModule
Super class for all synchronization modules, which aim to synchronize contacts information.
Each Synchronization class implementing contact synchronization should inherit from this class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_allEvents Dictionary to hold all Calendar instances for the implementation. |
|||
_history Keeps track of all changes applied to the container for this data source (for later write through) |
|||
Inherited from |
|
Constructor Instance variables are initialized. |
Saves an event for later writing One entry is added to the history list (_history) with action id for 'add' and the new instance is passed on to the super class method addEntry. |
Getter.
|
GETTER
|
Removes an event entry One entry is added to the history list (_history) with action id for 'delete' and the delete command is passed on to the super class method removeEntry. |
Replaces an existing calendar entry with a new one. One entry is added to the history list (_history) with action id for 'replace' and the old instance is replaced by the new one by passing it on to the super class method replaceEntry. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Apr 2 09:04:23 2010 | http://epydoc.sourceforge.net |