org.paneris.jammyjoes.model
Class OrderTypeTable

java.lang.Object
  extended by org.melati.poem.JdbcTable
      extended by org.paneris.jammyjoes.model.JammyjoesTable
          extended by org.paneris.jammyjoes.model.generated.OrderTypeTableBase
              extended by org.paneris.jammyjoes.model.OrderTypeTable
All Implemented Interfaces:
org.melati.poem.Selectable, org.melati.poem.Table

public class OrderTypeTable
extends OrderTypeTableBase

Melati POEM generated, programmer modifiable stub for a OrderTypeTable object.

Description: Order Type.

Field summary for SQL table OrderType
NameTypeDescription
id Integer  
type String  


Constructor Summary
OrderTypeTable(org.melati.poem.Database database, java.lang.String name, org.melati.poem.DefinitionSource definitionSource)
          Constructor.
 
Method Summary
 OrderType getOnlineOrder()
           
 OrderType getTelephoneOrder()
           
 void unifyWithDB(java.sql.ResultSet colDescs)
           
 
Methods inherited from class org.paneris.jammyjoes.model.generated.OrderTypeTableBase
_newPersistent, defaultCategory, defaultDescription, defaultDisplayName, defaultDisplayOrder, defaultRememberAllTroids, getIdColumn, getJammyjoesDatabaseTables, getOrderTypeObject, getOrderTypeObject, getTypeColumn, init
 
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, 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, postInitialise, 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

OrderTypeTable

public OrderTypeTable(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

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

getOnlineOrder

public OrderType getOnlineOrder()

getTelephoneOrder

public OrderType getTelephoneOrder()


Copyright © 2001-2008 PanEris. All Rights Reserved.