org.paneris.jammyjoes.model.generated
Class StockTransactionTableBase

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

public class StockTransactionTableBase
extends JammyjoesTable

Melati POEM generated base class for Table StockTransaction.


Constructor Summary
StockTransactionTableBase(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  java.lang.String defaultDisplayName()
           
protected  int defaultDisplayOrder()
           
protected  boolean defaultRememberAllTroids()
           
 org.melati.poem.Column getCommentColumn()
          Retrieves the Comment Column for this StockTransaction Table.
 org.melati.poem.Column getCostpriceColumn()
          Retrieves the Costprice Column for this StockTransaction Table.
 org.melati.poem.Column getDateColumn()
          Retrieves the Date Column for this StockTransaction Table.
 org.melati.poem.Column getIdColumn()
          Retrieves the Id Column for this StockTransaction Table.
 JammyjoesDatabaseTables getJammyjoesDatabaseTables()
          Get the database tables.
 org.melati.poem.Column getProductColumn()
          Retrieves the Product Column for this StockTransaction Table.
 org.melati.poem.Column getQuantityColumn()
          Retrieves the Quantity Column for this StockTransaction Table.
 org.melati.poem.Column getRetailpriceincvatColumn()
          Retrieves the Retailpriceincvat Column for this StockTransaction Table.
 StockTransaction getStockTransactionObject(int troid)
          Retrieve the StockTransaction as a StockTransaction.
 StockTransaction getStockTransactionObject(java.lang.Integer troid)
          Retrieve the StockTransaction as a StockTransaction.
 org.melati.poem.Column getTypeColumn()
          Retrieves the Type Column for this StockTransaction Table.
 org.melati.poem.Column getVatexemptColumn()
          Retrieves the Vatexempt Column for this StockTransaction Table.
 void 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, unifyWithDB, whereClause, whereClause, writeDown
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StockTransactionTableBase

public StockTransactionTableBase(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.JdbcTable
Throws:
org.melati.poem.PoemException

getIdColumn

public final org.melati.poem.Column getIdColumn()
Retrieves the Id Column for this StockTransaction Table.

Returns:
the id Column

getTypeColumn

public final org.melati.poem.Column getTypeColumn()
Retrieves the Type Column for this StockTransaction Table.

Returns:
the type Column

getDateColumn

public final org.melati.poem.Column getDateColumn()
Retrieves the Date Column for this StockTransaction Table.

Returns:
the date Column

getProductColumn

public final org.melati.poem.Column getProductColumn()
Retrieves the Product Column for this StockTransaction Table.

Returns:
the product Column

getQuantityColumn

public final org.melati.poem.Column getQuantityColumn()
Retrieves the Quantity Column for this StockTransaction Table.

Returns:
the quantity Column

getCostpriceColumn

public final org.melati.poem.Column getCostpriceColumn()
Retrieves the Costprice Column for this StockTransaction Table.

Returns:
the costprice Column

getRetailpriceincvatColumn

public final org.melati.poem.Column getRetailpriceincvatColumn()
Retrieves the Retailpriceincvat Column for this StockTransaction Table.

Returns:
the retailpriceincvat Column

getVatexemptColumn

public final org.melati.poem.Column getVatexemptColumn()
Retrieves the Vatexempt Column for this StockTransaction Table.

Returns:
the vatexempt Column

getCommentColumn

public final org.melati.poem.Column getCommentColumn()
Retrieves the Comment Column for this StockTransaction Table.

Returns:
the comment Column

getStockTransactionObject

public StockTransaction getStockTransactionObject(java.lang.Integer troid)
Retrieve the StockTransaction as a StockTransaction.

Parameters:
troid - a Table Row Oject ID
Returns:
the Persistent identified by the troid

getStockTransactionObject

public StockTransaction getStockTransactionObject(int troid)
Retrieve the StockTransaction as a StockTransaction.

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.JdbcTable

defaultDisplayName

protected java.lang.String defaultDisplayName()
Overrides:
defaultDisplayName in class org.melati.poem.JdbcTable

defaultDescription

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

defaultRememberAllTroids

protected boolean defaultRememberAllTroids()
Overrides:
defaultRememberAllTroids in class org.melati.poem.JdbcTable

defaultCategory

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

defaultDisplayOrder

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


Copyright © 2001-2008 PanEris. All Rights Reserved.