Package Modeling :: Module ObjectStore :: Class ObjectStore
[show private | hide private]
[frames | no frames]

Class ObjectStore

Known Subclasses:
CooperatingObjectStore, EditingContext, ObjectStoreCoordinator

Method Summary
  arrayFaultWithSourceGlobalID(self, aGlobalID, aRelationshipName, anEditingContext)
See interfaces.ObjectStore for details
  editingContextDidForgetObjectWithGlobalID(self, aContext, aGlobalID)
See interfaces.ObjectStore for details
  faultForGlobalID(self, aGlobalID, anEditingContext)
See interfaces.ObjectStore for details
  faultForRawRow(self, aRow, anEntityName, anEditingContext)
See interfaces.ObjectStore for details
  handlesObject(self, anObject)
An alias for ownsObject().
  initializeObject(self, anObject, aGlobalID, anEditingContext)
See interfaces.ObjectStore for details
  invalidateAllObjects(self)
See interfaces.ObjectStore for details
  invalidateObjectsWithGlobalIDs(self, globalIDs)
See interfaces.ObjectStore for details
  isObjectLockedWithGlobalID(self, aGlobalID, anEditingContext)
See interfaces.ObjectStore for details
  lockObjectWithGlobalID(self, aGlobalID, anEditingContext)
See interfaces.ObjectStore for details
  objectsCountWithFetchSpecification(self, aFetchSpecification, anEditingContext)
See interfaces.ObjectStore for details
  objectsForSourceGlobalID(self, aGlobalID, aRelationshipName, anEditingContext)
See interfaces.ObjectStore for details
  objectsWithFetchSpecification(self, aFetchSpecification, anEditingContext)
See interfaces.ObjectStore for details
  ownsObject(self, anObject)
  refaultObject(self, anObject, aGlobalID, anEditingContext)
See interfaces.ObjectStore for details
  rootObjectStore(self)
See interfaces.ObjectStore for details
  savesChangesInEditingContext(self, anEditingContext)
See interfaces.ObjectStore for details

Class Variable Summary
tuple __implements__ = (<class Modeling.interfaces.ObjectStore...

Method Details

arrayFaultWithSourceGlobalID(self, aGlobalID, aRelationshipName, anEditingContext)

See interfaces.ObjectStore for details

editingContextDidForgetObjectWithGlobalID(self, aContext, aGlobalID)

See interfaces.ObjectStore for details

faultForGlobalID(self, aGlobalID, anEditingContext)

See interfaces.ObjectStore for details

faultForRawRow(self, aRow, anEntityName, anEditingContext)

See interfaces.ObjectStore for details

handlesObject(self, anObject)

An alias for ownsObject(). Subclasses should not need to override it, they rather implement ownsObject()

initializeObject(self, anObject, aGlobalID, anEditingContext)

See interfaces.ObjectStore for details

invalidateAllObjects(self)

See interfaces.ObjectStore for details

invalidateObjectsWithGlobalIDs(self, globalIDs)

See interfaces.ObjectStore for details

isObjectLockedWithGlobalID(self, aGlobalID, anEditingContext)

See interfaces.ObjectStore for details

lockObjectWithGlobalID(self, aGlobalID, anEditingContext)

See interfaces.ObjectStore for details

objectsCountWithFetchSpecification(self, aFetchSpecification, anEditingContext)

See interfaces.ObjectStore for details

objectsForSourceGlobalID(self, aGlobalID, aRelationshipName, anEditingContext)

See interfaces.ObjectStore for details

objectsWithFetchSpecification(self, aFetchSpecification, anEditingContext)

See interfaces.ObjectStore for details

refaultObject(self, anObject, aGlobalID, anEditingContext)

See interfaces.ObjectStore for details

rootObjectStore(self)

See interfaces.ObjectStore for details

savesChangesInEditingContext(self, anEditingContext)

See interfaces.ObjectStore for details

Class Variable Details

__implements__

Type:
tuple
Value:
(<class Modeling.interfaces.ObjectStoreInterface.ObjectStoreInterface \
at 0xb79179bc>,)                                                       

Generated by Epydoc 2.1 on Sat Mar 4 13:36:26 2006 http://epydoc.sf.net