org.paneris.melati.site.model.generated
Interface SiteDatabaseTablesBase

All Known Subinterfaces:
SiteDatabaseTables
All Known Implementing Classes:
SiteDatabase

public interface SiteDatabaseTablesBase

Melati POEM generated base interface to the tables in org.paneris.melati.site.model.


Method Summary
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 DivTable getDivTable()
          Retrieves the DivTable 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.
 LinkTable getLinkTable()
          Retrieves the LinkTable table.
 LinkTypeTable getLinkTypeTable()
          Retrieves the LinkTypeTable table.
 PageTable getPageTable()
          Retrieves the PageTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable tableas a org.melati.poem.SettingTable.
 StyleTable getStyleTable()
          Retrieves the StyleTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 TemplateTable getTemplateTable()
          Retrieves the TemplateTable table.
 UploadedDocumentTable getUploadedDocumentTable()
          Retrieves the UploadedDocumentTable table.
 UploadedFileTypeTable getUploadedFileTypeTable()
          Retrieves the UploadedFileTypeTable table.
 UploadedImageTable getUploadedImageTable()
          Retrieves the UploadedImageTable table.
 org.melati.poem.UserTable getUserTable()
          Retrieves the UserTable table.
 

Method Detail

getUserTable

org.melati.poem.UserTable getUserTable()
Retrieves the UserTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the UserTable from this database

getGroupTable

org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the GroupTable from this database

getCapabilityTable

org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the CapabilityTable from this database

getGroupMembershipTable

org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the GroupMembershipTable from this database

getGroupCapabilityTable

org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the GroupCapabilityTable from this database

getTableCategoryTable

org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the TableCategoryTable from this database

getTableInfoTable

org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the TableInfoTable from this database

getColumnInfoTable

org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the ColumnInfoTable from this database

getPageTable

PageTable getPageTable()
Retrieves the PageTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the PageTable from this database

getDivTable

DivTable getDivTable()
Retrieves the DivTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the DivTable from this database

getTemplateTable

TemplateTable getTemplateTable()
Retrieves the TemplateTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the TemplateTable from this database

getUploadedImageTable

UploadedImageTable getUploadedImageTable()
Retrieves the UploadedImageTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the UploadedImageTable from this database

getUploadedDocumentTable

UploadedDocumentTable getUploadedDocumentTable()
Retrieves the UploadedDocumentTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the UploadedDocumentTable from this database

getUploadedFileTypeTable

UploadedFileTypeTable getUploadedFileTypeTable()
Retrieves the UploadedFileTypeTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the UploadedFileTypeTable from this database

getStyleTable

StyleTable getStyleTable()
Retrieves the StyleTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the StyleTable from this database

getLinkTable

LinkTable getLinkTable()
Retrieves the LinkTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the LinkTable from this database

getLinkTypeTable

LinkTypeTable getLinkTypeTable()
Retrieves the LinkTypeTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the LinkTypeTable from this database

getSettingTable

org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable tableas a org.melati.poem.SettingTable. see org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

Returns:
the org.melati.poem.SettingTable from this database


Copyright © 1997-2012 PanEris. All Rights Reserved.