| 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 | |
Automatically called when the EditingContext the FaultHandler (weak-) references is deleted ; simply removes itself from the chain of handlers. | |
Removes itself from the chain. | |
Initializes the AccessGenericFaultHandler ; subclasses typically call this method in their '__init__()' method. | |
| Inherited from FaultHandler | |
| |
| Class Variable Summary | |
|---|---|
| Inherited from AccessGenericFaultHandler | |
NoneType |
_dbContext = None |
int |
_generation = 0 |
NoneType |
_next = None |
NoneType |
_previous = None |
NoneType |
_weakref_ec = None |
| 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 |