org.melati.admin.test.generated
Interface 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
 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.
 MarkupTable getMarkupTable()
          Retrieves the MarkupTable table.
 SettingTable getSettingTable()
          Retrieves the SettingTable table.
 SpecialisedTable getSpecialisedTable()
          Retrieves the SpecialisedTable table.
 TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UploadedFileTable getUploadedFileTable()
          Retrieves the UploadedFileTable table.
 UploadedImageTable getUploadedImageTable()
          Retrieves the UploadedImageTable table.
 UserTable getUserTable()
          Retrieves the UserTable tableas a org.melati.poem.UserTable.
 

Method Detail

getGroupTable

GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
prepro.TableDef

getCapabilityTable

CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
prepro.TableDef

getGroupMembershipTable

GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
prepro.TableDef

getGroupCapabilityTable

GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
prepro.TableDef

getTableCategoryTable

TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
prepro.TableDef

getTableInfoTable

TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
prepro.TableDef

getColumnInfoTable

ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
prepro.TableDef

getSettingTable

SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
See Also:
prepro.TableDef

getUploadedFileTable

UploadedFileTable getUploadedFileTable()
Retrieves the UploadedFileTable table.

Returns:
the UploadedFileTable from this database
See Also:
prepro.TableDef

getUploadedImageTable

UploadedImageTable getUploadedImageTable()
Retrieves the UploadedImageTable table.

Returns:
the UploadedImageTable from this database
See Also:
prepro.TableDef

getSpecialisedTable

SpecialisedTable getSpecialisedTable()
Retrieves the SpecialisedTable table.

Returns:
the SpecialisedTable from this database
See Also:
prepro.TableDef

getMarkupTable

MarkupTable getMarkupTable()
Retrieves the MarkupTable table.

Returns:
the MarkupTable from this database
See Also:
prepro.TableDef

getUserTable

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

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


Copyright © 2000-2008 PanEris. All Rights Reserved.