Module EDUtilsTable :: Class EDUtilsTable
[hide private]
[frames] | no frames]

Class EDUtilsTable

source code

This class allows to handle "dna_tables" objects.

See http://www.edna-site.org/svn/trunk/edna/kernel/datamodel/XSDataDnaTables.xsd for the definition of "dna_tables".

Static Methods [hide private]
 
getTableListFromTables(_dna_table, _strTableName)
Returns a list of "table" objects from a "dna_table" object which matches a given table name.
source code
 
getTableFromTables(_dna_table, _strTableName)
Returns the last "table" object of name "_strTableName" from a "dna_tables" object
source code
 
getListsFromTable(_table, _strListName)
Returns a list of "list" objects which matches "_strListName" in a give "table" object
source code
 
getItemFromList(_list, _strItemName)
Returns the last "item" object that matches _strItemName in a given "list" object
source code