org.melati.admin.test.generated
Interface AdminTestDatabaseTablesBase

Package class diagram package AdminTestDatabaseTablesBase
All Known Subinterfaces:
AdminTestDatabaseTables
All Known Implementing Classes:
AdminTestDatabase

public interface AdminTestDatabaseTablesBase

Melati POEM generated base interface to the tables in org.melati.admin.test.


Method Summary
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ChildTable getChildTable()
          Retrieves the ChildTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 org.melati.poem.GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 org.melati.poem.GroupTable getGroupTable()
          Retrieves the GroupTable table.
 MarkupTable getMarkupTable()
          Retrieves the MarkupTable table.
 ParentTable getParentTable()
          Retrieves the ParentTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 SpecialisedTable getSpecialisedTable()
          Retrieves the SpecialisedTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UploadedFileTable getUploadedFileTable()
          Retrieves the UploadedFileTable table.
 UploadedImageTable getUploadedImageTable()
          Retrieves the UploadedImageTable table.
 org.melati.poem.UserTable getUserTable()
          Retrieves the UserTable tableas a org.melati.poem.UserTable.
 

Method Detail

getGroupTable

org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getCapabilityTable

org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupMembershipTable

org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupCapabilityTable

org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableCategoryTable

org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableInfoTable

org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getColumnInfoTable

org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getSettingTable

org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getUploadedFileTable

UploadedFileTable getUploadedFileTable()
Retrieves the UploadedFileTable table.

Returns:
the UploadedFileTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getUploadedImageTable

UploadedImageTable getUploadedImageTable()
Retrieves the UploadedImageTable table.

Returns:
the UploadedImageTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getParentTable

ParentTable getParentTable()
Retrieves the ParentTable table.

Returns:
the ParentTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getChildTable

ChildTable getChildTable()
Retrieves the ChildTable table.

Returns:
the ChildTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getSpecialisedTable

SpecialisedTable getSpecialisedTable()
Retrieves the SpecialisedTable table.

Returns:
the SpecialisedTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getMarkupTable

MarkupTable getMarkupTable()
Retrieves the MarkupTable table.

Returns:
the MarkupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getUserTable

org.melati.poem.UserTable getUserTable()
Retrieves the UserTable tableas a org.melati.poem.UserTable.

Returns:
the org.melati.poem.UserTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava


Copyright © 2000-2010 PanEris. All Rights Reserved.