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.

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

getGroupTable

org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getCapabilityTable

org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupMembershipTable

org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupCapabilityTable

org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableCategoryTable

org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableInfoTable

org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getColumnInfoTable

org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getPageTable

PageTable getPageTable()
Retrieves the PageTable table.

Returns:
the PageTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getDivTable

DivTable getDivTable()
Retrieves the DivTable table.

Returns:
the DivTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTemplateTable

TemplateTable getTemplateTable()
Retrieves the TemplateTable table.

Returns:
the TemplateTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getUploadedImageTable

UploadedImageTable getUploadedImageTable()
Retrieves the UploadedImageTable table.

Returns:
the UploadedImageTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getUploadedDocumentTable

UploadedDocumentTable getUploadedDocumentTable()
Retrieves the UploadedDocumentTable table.

Returns:
the UploadedDocumentTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getUploadedFileTypeTable

UploadedFileTypeTable getUploadedFileTypeTable()
Retrieves the UploadedFileTypeTable table.

Returns:
the UploadedFileTypeTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getStyleTable

StyleTable getStyleTable()
Retrieves the StyleTable table.

Returns:
the StyleTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getLinkTable

LinkTable getLinkTable()
Retrieves the LinkTable table.

Returns:
the LinkTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getLinkTypeTable

LinkTypeTable getLinkTypeTable()
Retrieves the LinkTypeTable table.

Returns:
the LinkTypeTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getSettingTable

org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable tableas a org.melati.poem.SettingTable.

Returns:
the org.melati.poem.SettingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava


Copyright © 1997-2008 PanEris. All Rights Reserved.