Home | Trees | Index | Help |
|
---|
Package Modeling :: Module CooperatingObjectStore :: Class CooperatingObjectStore |
|
ObjectStore
--+
|
CooperatingObjectStore
DatabaseContext
Method Summary | |
---|---|
See interfaces.CooperatingObjectStore for details | |
Returns the current ObjectStoreCoordinator which which the DatabaseContext cooperates during the process of saving changes. | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
See interfaces.CooperatingObjectStore for details | |
Inherited from ObjectStore | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
An alias for ownsObject(). | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details | |
See interfaces.ObjectStore for details |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class Modeling.interfaces.Cooperating...
|
str |
__raise_exception__ = 'AbstractMethod'
|
str |
__raise_msg__ = 'CooperatingObjectStore is an abstract c...
|
Method Details |
---|
commitChanges(self)See interfaces.CooperatingObjectStore for details |
coordinator(self)Returns the current ObjectStoreCoordinator which which the DatabaseContext cooperates during the process of saving changes. The coordinator is set when prepareForSaveWithCoordinator() is called, and it is reset whenever the process aborts --either with commitChanges() or rollbackChanges(). Outside a process of save changes, this returns None.
|
handlesFetchSpecification(self, aFetchSpecification)See interfaces.CooperatingObjectStore for details |
ownsGlobalID(self, aGlobalID)See interfaces.CooperatingObjectStore for details |
ownsObject(self, anObject)See interfaces.CooperatingObjectStore for details
|
performChanges(self)See interfaces.CooperatingObjectStore for details |
prepareForSaveWithCoordinator(self, aCoordinator, anEditingContext)See interfaces.CooperatingObjectStore for details |
recordChangesInEditingContext(self)See interfaces.CooperatingObjectStore for details |
recordUpdateForObject(self, anObject, aDictionaryOfChanges)See interfaces.CooperatingObjectStore for details |
rollbackChanges(self)See interfaces.CooperatingObjectStore for details |
valuesForKey(self, keys, anObject)See interfaces.CooperatingObjectStore for details |
Class Variable Details |
---|
__implements__
|
__raise_exception__
|
__raise_msg__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:22 2006 | http://epydoc.sf.net |