|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.util.BasePeer
org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer
org.apache.jetspeed.om.security.turbine.TurbineUserPeer
org.openscience.nmrshiftdb.om.BaseNmrshiftdbUserPeer
public abstract class BaseNmrshiftdbUserPeer
This class was autogenerated by Torque on: [Tue Nov 21 23:53:10 CET 2006]
Field Summary | |
---|---|
protected static java.lang.Class |
CLASS_DEFAULT
A class that can be returned by this peer. |
protected static java.lang.String |
CLASSNAME_DEFAULT
A class that can be returned by this peer. |
static int |
numColumns
number of columns for this peer |
Fields inherited from class org.apache.jetspeed.om.security.turbine.TurbineUserPeer |
---|
columnNames, TURBINE_OBJECTDATA |
Fields inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer |
---|
ADDRESS, AFFILIATION_1, AFFILIATION_2, BROKEN_EDIT, BROKENSUBMIT, CITY, CONFIRM_VALUE, COUNTRY, CREATED, DATABASE_NAME, DISABLED, EMAIL, FIRST_NAME, HALL_OF_FAME, LABGROUP_ID, LABGROUP_KEY, LAST_DOWNLOAD_DATE, LAST_LOGIN, LAST_NAME, LOGIN_NAME, MODIFIED, OBJECTDATA, OLD_LITERATURE, PASSWORD_CHANGED, PASSWORD_VALUE, SEARCHHISTORY, STATE, STRUCTURESHISTORY, TABLE_NAME, TITLE, USER_ID, WEB_PAGE, ZIP_CODE |
Fields inherited from class org.apache.torque.util.BasePeer |
---|
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY |
Constructor Summary | |
---|---|
BaseNmrshiftdbUserPeer()
|
Method Summary | |
---|---|
static org.apache.torque.util.Criteria |
buildCriteria(org.apache.torque.om.ObjectKey pk)
Build a Criteria object from an ObjectKey |
static java.util.List |
doSelect(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
|
static java.lang.Class |
getOMClass()
The class that the Peer will make instances of. |
private static java.lang.Class |
initClass(java.lang.String className)
Class object initialization method. |
static java.util.List |
populateObjects(java.util.List records)
|
static NmrshiftdbUser |
retrieveNmrshiftdbUserByPK(int pk)
Retrieve a single object by pk |
static NmrshiftdbUser |
retrieveNmrshiftdbUserByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static NmrshiftdbUser |
retrieveNmrshiftdbUserByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static java.util.List |
retrieveNmrshiftdbUserByPKs(java.util.List pks)
Retrieve a multiple objects by pk |
static java.util.List |
retrieveNmrshiftdbUserByPKs(java.util.List pks,
java.sql.Connection dbcon)
Retrieve a multiple objects by pk |
Methods inherited from class org.apache.jetspeed.om.security.turbine.TurbineUserPeer |
---|
buildCriteria, doSelectUsers, getByName, getByUserNameOrMakeNew, getUsersByContribution, populateUserObject, populateUserObjects, row2UserObject |
Methods inherited from class org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer |
---|
addSelectColumns, buildCriteria, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getTableMap, populateObject, 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 |
Field Detail |
---|
public static final int numColumns
protected static final java.lang.String CLASSNAME_DEFAULT
protected static final java.lang.Class CLASS_DEFAULT
Constructor Detail |
---|
public BaseNmrshiftdbUserPeer()
Method Detail |
---|
private static java.lang.Class initClass(java.lang.String className)
className
- name of the class to initialize
public static java.lang.Class getOMClass() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.public static NmrshiftdbUser retrieveNmrshiftdbUserByPK(int pk) throws org.apache.torque.TorqueException, org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException
pk
- the primary key
org.apache.torque.TorqueException
- Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
org.apache.torque.NoRowsException
- Primary key was not found in database.
org.apache.torque.TooManyRowsException
- Primary key was not found in database.public static NmrshiftdbUser retrieveNmrshiftdbUserByPK(org.apache.torque.om.ObjectKey pk) throws org.apache.torque.TorqueException, org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException
pk
- the primary key
org.apache.torque.TorqueException
- Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
org.apache.torque.NoRowsException
- Primary key was not found in database.
org.apache.torque.TooManyRowsException
- Primary key was not found in database.public static NmrshiftdbUser retrieveNmrshiftdbUserByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con) throws org.apache.torque.TorqueException, org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException
pk
- the primary keycon
- the connection to use
org.apache.torque.TorqueException
- Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
org.apache.torque.NoRowsException
- Primary key was not found in database.
org.apache.torque.TooManyRowsException
- Primary key was not found in database.public static org.apache.torque.util.Criteria buildCriteria(org.apache.torque.om.ObjectKey pk)
public static java.util.List doSelect(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List populateObjects(java.util.List records) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List retrieveNmrshiftdbUserByPKs(java.util.List pks) throws org.apache.torque.TorqueException
pks
- List of primary keys
org.apache.torque.TorqueException
- Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.public static java.util.List retrieveNmrshiftdbUserByPKs(java.util.List pks, java.sql.Connection dbcon) throws org.apache.torque.TorqueException
pks
- List of primary keysdbcon
- the connection to use
org.apache.torque.TorqueException
- Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |