org.melati.example.contacts.generated
Interface ContactsDatabaseTablesBase

Package class diagram package ContactsDatabaseTablesBase
All Known Subinterfaces:
ContactsDatabaseTables
All Known Implementing Classes:
ContactsDatabase

public interface ContactsDatabaseTablesBase

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


Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 CategoryTable getCategoryTable()
          Retrieves the CategoryTable table.
 ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 ContactCategoryTable getContactCategoryTable()
          Retrieves the ContactCategoryTable table.
 ContactTable getContactTable()
          Retrieves the ContactTable 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)

getContactTable

ContactTable getContactTable()
Retrieves the ContactTable table.

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

getCategoryTable

CategoryTable getCategoryTable()
Retrieves the CategoryTable table.

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

getContactCategoryTable

ContactCategoryTable getContactCategoryTable()
Retrieves the ContactCategoryTable table.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.