org.paneris.jammyjoes.model.generated
Class UserTableBase

java.lang.Object
  extended by org.melati.poem.JdbcTable
      extended by org.melati.poem.PoemTable
          extended by org.melati.poem.generated.UserTableBase
              extended by org.melati.poem.UserTable
                  extended by org.paneris.jammyjoes.model.generated.UserTableBase
All Implemented Interfaces:
org.melati.poem.Selectable, org.melati.poem.Table
Direct Known Subclasses:
UserTable

public class UserTableBase
extends org.melati.poem.UserTable

Melati POEM generated base class for Table User.


Field Summary
 
Fields inherited from class org.melati.poem.UserTable
administratorUser, guestUser
 
Constructor Summary
UserTableBase(org.melati.poem.Database database, java.lang.String name, org.melati.poem.DefinitionSource definitionSource)
          Constructor.
 
Method Summary
protected  org.melati.poem.JdbcPersistent _newPersistent()
           
protected  java.lang.String defaultCategory()
           
protected  java.lang.String defaultDescription()
           
protected  int defaultDisplayOrder()
           
 org.melati.poem.Column getAddressColumn()
          Retrieves the Address Column for this User Table.
 org.melati.poem.Column getAffiliateColumn()
          Retrieves the Affiliate Column for this User Table.
 org.melati.poem.Column getCountryColumn()
          Retrieves the Country Column for this User Table.
 org.melati.poem.Column getCurrencyColumn()
          Retrieves the Currency Column for this User Table.
 org.melati.poem.Column getEmailColumn()
          Retrieves the Email Column for this User Table.
 JammyjoesDatabaseTables getJammyjoesDatabaseTables()
          Get the database tables.
 org.melati.poem.Column getPostcodeColumn()
          Retrieves the Postcode Column for this User Table.
 org.melati.poem.Column getSpamColumn()
          Retrieves the Spam Column for this User Table.
 org.melati.poem.Column getTelColumn()
          Retrieves the Tel Column for this User Table.
 org.melati.poem.Column getTownColumn()
          Retrieves the Town Column for this User Table.
 org.melati.poem.User getUserObject(int troid)
          Retrieve the User as a org.melati.poem.User.
 org.melati.poem.User getUserObject(java.lang.Integer troid)
          Retrieve the User as a org.melati.poem.User.
 org.melati.poem.Column getZoneColumn()
          Retrieves the Zone Column for this User Table.
 void init()
           
 
Methods inherited from class org.melati.poem.UserTable
administratorUser, canReadPasswords, canWritePasswords, guestUser, postInitialise, unifyWithDB
 
Methods inherited from class org.melati.poem.generated.UserTableBase
defaultRememberAllTroids, getIdColumn, getLoginColumn, getNameColumn, getPasswordColumn, getPoemDatabaseTables
 
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, defaultCacheLimit, defaultDisplayName, defaultOrderByClause, defineColumn, delete_unsafe, delete, deleteColumnAndCommit, deletedColumn, displayColumn, displayColumns, displayColumnsCount, dump, dump, dumpCacheAnalysis, equals, exists, exists, extrasCount, firstSelection, getCacheInfo, getCanCreate, getCategory, getColumn, getColumnsCount, getDatabase, 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, 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
 

Constructor Detail

UserTableBase

public UserTableBase(org.melati.poem.Database database,
                     java.lang.String name,
                     org.melati.poem.DefinitionSource definitionSource)
              throws org.melati.poem.PoemException
Constructor.

Parameters:
database - the POEM database we are using
name - the name of this Table
definitionSource - which definition is being used
Throws:
org.melati.poem.PoemException - if anything goes wrong
Method Detail

getJammyjoesDatabaseTables

public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
Get the database tables.

Returns:
the database tables

init

public void init()
          throws org.melati.poem.PoemException
Specified by:
init in interface org.melati.poem.Table
Overrides:
init in class org.melati.poem.generated.UserTableBase
Throws:
org.melati.poem.PoemException

getEmailColumn

public final org.melati.poem.Column getEmailColumn()
Retrieves the Email Column for this User Table.

Returns:
the email Column

getAddressColumn

public final org.melati.poem.Column getAddressColumn()
Retrieves the Address Column for this User Table.

Returns:
the address Column

getTownColumn

public final org.melati.poem.Column getTownColumn()
Retrieves the Town Column for this User Table.

Returns:
the town Column

getTelColumn

public final org.melati.poem.Column getTelColumn()
Retrieves the Tel Column for this User Table.

Returns:
the tel Column

getPostcodeColumn

public final org.melati.poem.Column getPostcodeColumn()
Retrieves the Postcode Column for this User Table.

Returns:
the postcode Column

getCountryColumn

public final org.melati.poem.Column getCountryColumn()
Retrieves the Country Column for this User Table.

Returns:
the country Column

getCurrencyColumn

public final org.melati.poem.Column getCurrencyColumn()
Retrieves the Currency Column for this User Table.

Returns:
the currency Column

getZoneColumn

public final org.melati.poem.Column getZoneColumn()
Retrieves the Zone Column for this User Table.

Returns:
the zone Column

getAffiliateColumn

public final org.melati.poem.Column getAffiliateColumn()
Retrieves the Affiliate Column for this User Table.

Returns:
the affiliate Column

getSpamColumn

public final org.melati.poem.Column getSpamColumn()
Retrieves the Spam Column for this User Table.

Returns:
the spam Column

getUserObject

public org.melati.poem.User getUserObject(java.lang.Integer troid)
Retrieve the User as a org.melati.poem.User.

Overrides:
getUserObject in class org.melati.poem.generated.UserTableBase
Parameters:
troid - a Table Row Oject ID
Returns:
the Persistent identified by the troid

getUserObject

public org.melati.poem.User getUserObject(int troid)
Retrieve the User as a org.melati.poem.User.

Overrides:
getUserObject in class org.melati.poem.generated.UserTableBase
Parameters:
troid - a Table Row Object ID
Returns:
the Persistent identified

_newPersistent

protected org.melati.poem.JdbcPersistent _newPersistent()
Overrides:
_newPersistent in class org.melati.poem.generated.UserTableBase

defaultDescription

protected java.lang.String defaultDescription()
Overrides:
defaultDescription in class org.melati.poem.generated.UserTableBase

defaultCategory

protected java.lang.String defaultCategory()
Overrides:
defaultCategory in class org.melati.poem.generated.UserTableBase

defaultDisplayOrder

protected int defaultDisplayOrder()
Overrides:
defaultDisplayOrder in class org.melati.poem.generated.UserTableBase


Copyright © 2001-2008 PanEris. All Rights Reserved.