org.melati.poem.generated
Interface PoemDatabaseTablesBase

Package class diagram package PoemDatabaseTablesBase
All Known Subinterfaces:
PoemDatabaseTables
All Known Implementing Classes:
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

getGroupTable

GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
TableDef

getCapabilityTable

CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
TableDef

getGroupMembershipTable

GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
TableDef

getGroupCapabilityTable

GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
TableDef

getTableCategoryTable

TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
TableDef

getTableInfoTable

TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
TableDef

getColumnInfoTable

ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
TableDef

getSettingTable

SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
See Also:
TableDef


Copyright © 2000-2010 PanEris. All Rights Reserved.