org.melati.poem.generated
Interface PoemDatabaseTablesBase

Package class diagram package PoemDatabaseTablesBase
All Known Subinterfaces:
PoemDatabaseTables
All Known Implementing Classes:
ContactsDatabase, ContactsDatabaseBase, OdmgDatabase, OdmgDatabaseBase, PoemDatabase

public interface PoemDatabaseTablesBase

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


Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 GroupTable getGroupTable()
          Retrieves the GroupTable table.
 SettingTable getSettingTable()
          Retrieves the SettingTable table.
 TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UserTable getUserTable()
          Retrieves the UserTable table.
 

Method Detail

getUserTable

UserTable getUserTable()
Retrieves the UserTable table.

Returns:
the UserTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getGroupTable

GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getCapabilityTable

CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getGroupMembershipTable

GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getGroupCapabilityTable

GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getTableCategoryTable

TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getTableInfoTable

TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getColumnInfoTable

ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)

getSettingTable

SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
See Also:
TableDef.generateTableAccessorDefnJava(java.io.Writer)


Copyright © 2000-2010 PanEris. All Rights Reserved.