org.paneris.bibliomania.generated
Class BoardBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.melati.boards.model.generated.BoardBase
              extended by org.paneris.melati.boards.model.Board
                  extended by org.paneris.bibliomania.generated.BoardBase
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
Board

public abstract class BoardBase
extends org.paneris.melati.boards.model.Board

Melati POEM generated abstract base class for a Persistent Board Object.

See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

Field Summary
 
Fields inherited from class org.paneris.melati.boards.model.generated.BoardBase
anonymousposting, archived, attachmentsallowed, attachmentspath, attachmentsurl, displayname, id, moderatedposting, moderatedsubscription, name, openmemberlist, openmessageviewing, openposting, opensubscription, purpose, type
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
BoardBase()
           
 
Method Summary
 BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
          Retrieves the Database object.
 org.paneris.melati.boards.model.BoardTable getBoardTable()
          Retrieves the BoardTable table which this Persistent is from.
 
Methods inherited from class org.paneris.melati.boards.model.Board
assertCanCreate, assertCanWrite, ban, canManage, canPost, canSubscribe, canUnSubscribe, canViewMembers, canViewMessages, distribute, getBoardURL, getDigestDistributionList, getEmailAddress, getEmailAddress, getFirstMessageId, getLastMessage, getLastMessageId, getManagerCount, getManagers, getManagersSubscriptions, getMemberCount, getMembers, getMembersSubscriptions, getMessageCount, getMessages, getMessageURL, getNormalDistributionList, getPendingMessageCount, getPendingMessages, getPendingSubscriptionCount, getPendingSubscriptions, getStylesheetURL, getUserSubscription, hasPendingMessages, hasPendingSubscriptions, isAdmin, isBanned, isManager, isMember, isSubscribed, makePersistent, setName, subscribe, subscribe, templatePath, threadWithRoot, unsubscribe
 
Methods inherited from class org.paneris.melati.boards.model.generated.BoardBase
getAnonymousposting_unsafe, getAnonymousposting, getAnonymouspostingField, getArchived_unsafe, getArchived, getArchivedField, getAttachmentsallowed_unsafe, getAttachmentsallowed, getAttachmentsallowedField, getAttachmentspath_unsafe, getAttachmentspath, getAttachmentspathField, getAttachmentsurl_unsafe, getAttachmentsurl, getAttachmentsurlField, getBoardsDatabaseTables, getDisplayname_unsafe, getDisplayname, getDisplaynameField, getId_unsafe, getId, getIdField, getModeratedposting_unsafe, getModeratedposting, getModeratedpostingField, getModeratedsubscription_unsafe, getModeratedsubscription, getModeratedsubscriptionField, getName_unsafe, getName, getNameField, getOpenmemberlist_unsafe, getOpenmemberlist, getOpenmemberlistField, getOpenmessageviewing_unsafe, getOpenmessageviewing, getOpenmessageviewingField, getOpenposting_unsafe, getOpenposting, getOpenpostingField, getOpensubscription_unsafe, getOpensubscription, getOpensubscriptionField, getPurpose_unsafe, getPurpose, getPurposeField, getType_unsafe, getType, getTypeField, getTypeTroid, setAnonymousposting_unsafe, setAnonymousposting, setAnonymousposting, setArchived_unsafe, setArchived, setArchived, setAttachmentsallowed_unsafe, setAttachmentsallowed, setAttachmentsallowed, setAttachmentspath_unsafe, setAttachmentspath, setAttachmentsurl_unsafe, setAttachmentsurl, setDisplayname_unsafe, setDisplayname, setId_unsafe, setId, setId, setModeratedposting_unsafe, setModeratedposting, setModeratedposting, setModeratedsubscription_unsafe, setModeratedsubscription, setModeratedsubscription, setName_unsafe, setOpenmemberlist_unsafe, setOpenmemberlist, setOpenmemberlist, setOpenmessageviewing_unsafe, setOpenmessageviewing, setOpenmessageviewing, setOpenposting_unsafe, setOpenposting, setOpenposting, setOpensubscription_unsafe, setOpensubscription, setOpensubscription, setPurpose_unsafe, setPurpose, setType_unsafe, setType, setTypeTroid
 
Methods inherited from class org.melati.poem.JdbcPersistent
assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
Methods inherited from class org.melati.poem.transaction.Transactioned
markValid, reset, setTransactionPool, transactionPool, unSee
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoardBase

public BoardBase()
Method Detail

getBibliomaniaDatabaseTables

public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
Retrieves the Database object.

Returns:
the database
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getBoardTable

public org.paneris.melati.boards.model.BoardTable getBoardTable()
Retrieves the BoardTable table which this Persistent is from.

Overrides:
getBoardTable in class org.paneris.melati.boards.model.generated.BoardBase
Returns:
the org.paneris.melati.boards.model.BoardTable
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava


Copyright © 2000-2009 PanEris. All Rights Reserved.