org.openscience.nmrshiftdb.om
Class DBAuthorPeer

java.lang.Object
  extended by org.apache.torque.util.BasePeer
      extended by org.openscience.nmrshiftdb.om.BaseDBAuthorPeer
          extended by org.openscience.nmrshiftdb.om.DBAuthorPeer
All Implemented Interfaces:
java.io.Serializable

public class DBAuthorPeer
extends BaseDBAuthorPeer

You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

Author:
shk3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openscience.nmrshiftdb.om.BaseDBAuthorPeer
AUTHOR_ID, CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, NAME, NAME_TOTAL, NAME_TOTAL_SOUNDEX, numColumns, SURNAME, TABLE_NAME
 
Fields inherited from class org.apache.torque.util.BasePeer
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
DBAuthorPeer()
           
 
Method Summary
static java.util.List getExistingBookAuthors()
          Gets a list of existing authors.
static DBAuthor getOldOrMakeNew(java.lang.String name, java.lang.String surname, java.sql.Connection dbconn)
          Either gets an old author with the given data, if existing, or creates a new one if not.
 
Methods inherited from class org.openscience.nmrshiftdb.om.BaseDBAuthorPeer
addSelectColumns, buildCriteria, buildCriteria, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, retrieveByPK, retrieveByPKs, retrieveByPKs, row2Object
 
Methods inherited from class org.apache.torque.util.BasePeer
createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultipleRecords, hashtableToByteArray, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAuthorPeer

public DBAuthorPeer()
Method Detail

getOldOrMakeNew

public static DBAuthor getOldOrMakeNew(java.lang.String name,
                                       java.lang.String surname,
                                       java.sql.Connection dbconn)
                                throws java.lang.Exception
Either gets an old author with the given data, if existing, or creates a new one if not.

Parameters:
name - The name of the author.
surname - The surname of the author.
Returns:
The author with this data
Throws:
java.lang.Exception - Database problems

getExistingBookAuthors

public static java.util.List getExistingBookAuthors()
                                             throws java.lang.Exception
Gets a list of existing authors.

Returns:
The existing authors.
Throws:
java.lang.Exception - Database problems.