Home | Trees | Index | Help |
|
---|
Package Modeling :: Module FaultHandler :: Class AccessFaultHandler |
|
FaultHandler
--+ |AccessGenericFaultHandler
--+ | AccessFaultHandler
Method Summary | |
---|---|
Initializes the 'AccessFaultHandler' with the objects it needs to get the data back from the Database. | |
Abstract method implemented by subclasses to populate 'anObject' | |
Returns the 'KeyGlobalID' of the object this FaultHandler is responsible for. | |
Inherited from AccessGenericFaultHandler | |
Returns the 'DatabaseContext' object the fault handler uses to fetch data rows from a database. | |
Returns the underlying EditingContext --see _setContext(). | |
Removes itself from the chain of handlers | |
Return the ``generation'' of the fault --see: 'linkAfterHandler()'. | |
Adds the FaultHandler to the chain ended by 'anAccessGenericFaultHandler'. | |
Returns the successor of 'self' in the chain, or None. | |
Returns the predecessor of 'self' in the chain, or None | |
Inherited from FaultHandler | |
|
Method Details |
---|
__init__(self,
keyGlobalID,
aDatabaseContext,
anEditingContext)
|
completeInitializationOfObject(self, anObject)Abstract method implemented by subclasses to populate 'anObject' Parameter:
|
globalID(self)Returns the 'KeyGlobalID' of the object this FaultHandler is responsible for. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 | http://epydoc.sf.net |