Home | Trees | Indices | Help |
|
---|
|
Mapping class for the table «element».
|
|||
int |
|
||
set<Element> |
|
||
int |
|
||
|
|||
int |
|
||
|
|||
|
|||
|
|||
|
|||
list<Element> |
|
||
str |
|
||
str |
|
||
Inherited from |
|
|||
|
|||
|
|||
Query<Element> |
|
|
|||
Inherited from |
|
Read only accessor to prevent setting this field.
|
The collection of child Elements of this instance.
|
Read only accessor to prevent setting this field.
|
Setter for the related parent Element of this instance. Ensures project coherence between itself and the parent, and proper children collection initialization. Also cascades status changes.
|
Read only accessor to prevent setting this field.
|
Setter for the related Project of this instance. Prevents a second assignation.
|
Setter for the status of this instance. Ensures the cascade of a status change.
|
Constructor for Element instances. Ensures that the «forced_status» field is assigned first to cascade status properly.
|
Listener to be executed when an element has to be added to a children collection. Check the added child status and update the parent's one. |
Listener to be executed when an element has to be removed from a children collection. Check the removed child status and update the parent's one. |
Overriden query method to apply tag-based custom filtering, on top of common equality filter.
|
Retrieve all the ancestors of this node. If the node has no parents, return an empty list. Else, start retrieving them from the identity map and, when not there, fetch the rest from the database using a CTE.
|
Returns a printable representation of this instance.
|
Coerces this instance to a string.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc | http://epydoc.sourceforge.net |