org.paneris.bibliomania
Class BoardTypeTable

java.lang.Object
  extended by org.melati.poem.JdbcTable
      extended by org.paneris.melati.boards.model.BoardsTable
          extended by org.paneris.melati.boards.model.generated.BoardTypeTableBase
              extended by org.paneris.melati.boards.model.BoardTypeTable
                  extended by org.paneris.bibliomania.generated.BoardTypeTableBase
                      extended by org.paneris.bibliomania.BoardTypeTable
All Implemented Interfaces:
org.melati.poem.Selectable, org.melati.poem.Table

public class BoardTypeTable
extends BoardTypeTableBase


Field Summary
protected  BoardType author
           
protected  BoardType book
           
protected  BoardType chapter
           
protected  BoardType general
           
protected  BoardType section
           
protected  BoardType sectionGroup
           
 
Constructor Summary
BoardTypeTable(org.melati.poem.Database database, java.lang.String name, org.melati.poem.DefinitionSource definitionSource)
           
 
Method Summary
 BoardType author()
           
 BoardType book()
           
 BoardType chapter()
           
 BoardType ensure(java.lang.String type, java.lang.String description)
           
 BoardType general()
           
 BoardType section()
           
 BoardType sectionGroup()
           
 void unifyWithDB(java.sql.ResultSet colDescs)
           
 
Methods inherited from class org.paneris.bibliomania.generated.BoardTypeTableBase
_newPersistent, defaultDisplayOrder, getBibliomaniaDatabaseTables, getBoardTypeObject, getBoardTypeObject, init
 
Methods inherited from class org.paneris.melati.boards.model.BoardTypeTable
postInitialise
 
Methods inherited from class org.paneris.melati.boards.model.generated.BoardTypeTableBase
defaultCacheLimit, defaultCategory, defaultDescription, defaultDisplayName, defaultRememberAllTroids, getBoardsDatabaseTables, getDescriptionColumn, getIdColumn, getTypeColumn
 
Methods inherited from class org.melati.poem.JdbcTable
_getColumn, addColumnAndCommit, addListener, appendWhereClause, cachedCount, cachedCount, cachedCount, cachedCount, cachedCount, cachedExists, cachedSelection, cachedSelectionField, cachedSelectionType, canDeleteColumn, canReadColumn, canSelectColumn, canWriteColumn, clearColumnInfoCaches, cnfWhereClause, cnfWhereClause, columns, columnWithColumnInfoID, count, count, count, count, countSQL, countSQL, create, create, createTableInfo, dbAddConstraints, dbModifyStructure, defaultOrderByClause, defineColumn, delete_unsafe, delete, deleteColumnAndCommit, deletedColumn, displayColumn, displayColumns, displayColumnsCount, dump, dump, dumpCacheAnalysis, equals, exists, exists, extrasCount, firstSelection, getCacheInfo, getCanCreate, getCategory, getColumn, getColumnsCount, getDatabase, getDbmsTableType, getDefaultCanDelete, getDefaultCanRead, getDefaultCanWrite, getDescription, getDetailDisplayColumns, getDetailDisplayColumnsCount, getDisplayName, getDsdName, getInfo, getMostRecentTroid, getName, getNextExtrasIndex, getObject, getObject, getRecordDisplayColumns, getRecordDisplayColumnsCount, getSearchCriterionColumns, getSearchCriterionColumnsCount, getSummaryDisplayColumns, getSummaryDisplayColumnsCount, getTableInfo, hashCode, invalidateTransactionStuffs, load, newPersistent, notifyColumnInfo, notifyTouched, primaryCriterionColumn, quotedName, readLock, referencesTo, referencesTo, rememberAllTroids, selection, selection, selection, selection, selection, selection, selectionSQL, serial, setCacheLimit, setDisplayColumn, setSearchColumn, setTableInfo, tableInfoID, toString, trimCache, troidColumn, troidFor, troidSelection, troidSelection, troidSelection, uncache, unifyWithColumnInfo, whereClause, whereClause, writeDown
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

general

protected BoardType general

sectionGroup

protected BoardType sectionGroup

section

protected BoardType section

author

protected BoardType author

book

protected BoardType book

chapter

protected BoardType chapter
Constructor Detail

BoardTypeTable

public BoardTypeTable(org.melati.poem.Database database,
                      java.lang.String name,
                      org.melati.poem.DefinitionSource definitionSource)
               throws org.melati.poem.PoemException
Throws:
org.melati.poem.PoemException
Method Detail

unifyWithDB

public void unifyWithDB(java.sql.ResultSet colDescs)
                 throws org.melati.poem.PoemException
Specified by:
unifyWithDB in interface org.melati.poem.Table
Overrides:
unifyWithDB in class org.melati.poem.JdbcTable
Throws:
org.melati.poem.PoemException

ensure

public BoardType ensure(java.lang.String type,
                        java.lang.String description)

general

public BoardType general()

sectionGroup

public BoardType sectionGroup()

section

public BoardType section()

author

public BoardType author()

book

public BoardType book()

chapter

public BoardType chapter()


Copyright © 2000-2009 PanEris. All Rights Reserved.