| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.JdbcTable
org.paneris.rimauresq.model.RimauresqTable
org.paneris.rimauresq.model.generated.ShopOrderTableBase
org.paneris.rimauresq.model.ShopOrderTable
public class ShopOrderTable
Melati POEM generated, programmer modifiable stub 
 for a ShopOrderTable object.
 
Description: A Customer's Order.
| Field summary for SQL table ShopOrder | ||
|---|---|---|
| Name | Type | Description | 
| id | Integer | |
| user | User | The Customer | 
| date | Timestamp | The date that this order was placed (leave blank to autocomplete) | 
| customerComment | String | Commends by the customer reguarding this order | 
| message | String | A message to be included with this order | 
| amount | Double | The total amount of the order (in GBP) | 
| delivery | Double | The total delivery charge for the order (in GBP) | 
| name | String | The user's real name | 
| deliveryName | String | The name of the persone to whom we are delivering | 
| String | ||
| address | String | |
| town | String | |
| tel | String | Order telephone number | 
| postcode | String | Order postcode | 
| country | String | |
| spam | Boolean | Does the user want to receive spam email? | 
| Constructor Summary | |
|---|---|
| ShopOrderTable(org.melati.poem.Database database,
               java.lang.String name,
               org.melati.poem.DefinitionSource definitionSource)Constructor. | |
| Method Summary | 
|---|
| Methods inherited from class org.paneris.rimauresq.model.generated.ShopOrderTableBase | 
|---|
| _newPersistent, defaultCategory, defaultDescription, defaultDisplayName, defaultDisplayOrder, getAddressColumn, getAmountColumn, getCountryColumn, getCustomerCommentColumn, getDateColumn, getDeliveryColumn, getDeliveryNameColumn, getEmailColumn, getIdColumn, getMessageColumn, getNameColumn, getPostcodeColumn, getRimauresqDatabaseTables, getShopOrderObject, getShopOrderObject, getSpamColumn, getTelColumn, getTownColumn, getUserColumn, 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, defaultRememberAllTroids, 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, postInitialise, 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, unifyWithDB, whereClause, whereClause, writeDown | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ShopOrderTable(org.melati.poem.Database database,
                      java.lang.String name,
                      org.melati.poem.DefinitionSource definitionSource)
               throws org.melati.poem.PoemException
database - the POEM database we are usingname - the name of this TabledefinitionSource - which definition is being used
org.melati.poem.PoemException - if anything goes wrong| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||