org.melati.admin.test.generated
Class AdminTestDatabaseBase

Package class diagram package AdminTestDatabaseBase
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.melati.admin.test.generated.AdminTestDatabaseBase
All Implemented Interfaces:
org.melati.poem.generated.PoemDatabaseTablesBase, org.melati.poem.PoemDatabaseTables, org.melati.poem.transaction.TransactionPool
Direct Known Subclasses:
AdminTestDatabase

public class AdminTestDatabaseBase
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 AdminTestDatabaseBase()
           
 
Method Summary
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ChildTable getChildTable()
          Retrieves the ChildTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable 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.
 MarkupTable getMarkupTable()
          Retrieves the MarkupTable table.
 ParentTable getParentTable()
          Retrieves the ParentTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 SpecialisedTable getSpecialisedTable()
          Retrieves the SpecialisedTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UploadedFileTable getUploadedFileTable()
          Retrieves the UploadedFileTable 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, columns, connect, defineTable, deleteTableAndCommit, disconnect, dump, dumpCacheAnalysis, endExclusiveLock, endSession, getCanAdminister, getCommittedConnection, getDbms, getDisplayName, getDisplayTables, getDisplayTables, getFreeTransactionsCount, getLastQuery, getName, getQueryCount, getTable, getTransactionsCount, givesCapabilitySQL, guestAccessToken, guestUser, hasCapability, inCommittedTransaction, incrementQueryCount, inSession, inSessionAsRoot, isFree, logCommits, logSQL, 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

AdminTestDatabaseBase

protected AdminTestDatabaseBase()
Method Detail

getGroupTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCapabilityTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupMembershipTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupCapabilityTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getTableCategoryTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getTableInfoTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getColumnInfoTable

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

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
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSettingTable

public org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table.

Specified by:
getSettingTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getSettingTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the SettingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getUploadedFileTable

public UploadedFileTable getUploadedFileTable()
Retrieves the UploadedFileTable table.

Returns:
the UploadedFileTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getUploadedImageTable

public UploadedImageTable getUploadedImageTable()
Retrieves the UploadedImageTable table.

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

getParentTable

public ParentTable getParentTable()
Retrieves the ParentTable table.

Returns:
the ParentTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getChildTable

public ChildTable getChildTable()
Retrieves the ChildTable table.

Returns:
the ChildTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSpecialisedTable

public SpecialisedTable getSpecialisedTable()
Retrieves the SpecialisedTable table.

Returns:
the SpecialisedTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getMarkupTable

public MarkupTable getMarkupTable()
Retrieves the MarkupTable table.

Returns:
the MarkupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getUserTable

public org.melati.poem.UserTable getUserTable()
Retrieves the UserTable table.

Specified by:
getUserTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getUserTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the org.melati.poem.UserTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava


Copyright © 2000-2010 PanEris. All Rights Reserved.