org.paneris.melati.site.model.generated
Class SiteDatabaseBase

java.lang.Object
  extended by org.melati.poem.Database
      extended by org.melati.poem.generated.PoemDatabaseBase
          extended by org.melati.poem.PoemDatabase
              extended by org.paneris.melati.site.model.generated.SiteDatabaseBase
All Implemented Interfaces:
org.melati.poem.generated.PoemDatabaseTablesBase, org.melati.poem.PoemDatabaseTables, org.melati.poem.transaction.TransactionPool
Direct Known Subclasses:
SiteDatabase

public class SiteDatabaseBase
extends org.melati.poem.PoemDatabase

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
org.melati.poem.Database.ConnectingException
 
Constructor Summary
protected SiteDatabaseBase()
           
 
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 table.
 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.
 
Methods inherited from class org.melati.poem.Database
addConstraints, addTableAndCommit, administerCapability, administratorUser, beginExclusiveLock, beginSession, beginStructuralModification, columns, connect, defineTable, deleteTableAndCommit, disconnect, displayTables, displayTables, dump, dumpCacheAnalysis, endExclusiveLock, endSession, endStructuralModification, getCanAdminister, getColumns, getCommittedConnection, getDbms, getDisplayName, getDisplayTables, getFreeTransactionsCount, getLastQuery, getName, getQueryCount, getReferencesTo, getReferencesTo, getTable, getTables, getTransactionsCount, givesCapabilitySQL, guestAccessToken, guestUser, hasCapability, inCommittedTransaction, incrementQueryCount, inSession, inSessionAsRoot, isFree, logCommits, logSQL, modifyStructure, poemTransaction, quotedName, redefineTable, referencesTo, referencesTo, setCanAdminister, setCanAdminister, setDisplayName, setLogCommits, setLogSQL, setTransactionsMax, sqlQuery, sqlUpdate, tables, toString, transaction, transactionsMax, trimCache, uncache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SiteDatabaseBase

protected SiteDatabaseBase()
Method Detail

getUserTable

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

Specified by:
getUserTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getUserTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the UserTable from this database

getGroupTable

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

Specified by:
getGroupTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupTable from this database

getCapabilityTable

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

Specified by:
getCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the CapabilityTable from this database

getGroupMembershipTable

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

Specified by:
getGroupMembershipTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupMembershipTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupMembershipTable from this database

getGroupCapabilityTable

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

Specified by:
getGroupCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupCapabilityTable from this database

getTableCategoryTable

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

Specified by:
getTableCategoryTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableCategoryTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableCategoryTable from this database

getTableInfoTable

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

Specified by:
getTableInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableInfoTable from this database

getColumnInfoTable

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

Specified by:
getColumnInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getColumnInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the ColumnInfoTable from this database

getPageTable

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

Returns:
the PageTable from this database

getDivTable

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

Returns:
the DivTable from this database

getTemplateTable

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

Returns:
the TemplateTable from this database

getUploadedImageTable

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

Returns:
the UploadedImageTable from this database

getUploadedDocumentTable

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

Returns:
the UploadedDocumentTable from this database

getUploadedFileTypeTable

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

Returns:
the UploadedFileTypeTable from this database

getStyleTable

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

Returns:
the StyleTable from this database

getLinkTable

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

Returns:
the LinkTable from this database

getLinkTypeTable

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

Returns:
the LinkTypeTable from this database

getSettingTable

public org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table. see org.melati.poem.prepro.TableDef#generateTableAccessorJava

Specified by:
getSettingTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getSettingTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the org.melati.poem.SettingTable from this database


Copyright © 1997-2012 PanEris. All Rights Reserved.