|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBasePeer
com.aurel.track.persist.BaseTCostPeer
public abstract class BaseTCostPeer
| Field Summary | |
|---|---|
static java.lang.String |
ACCOUNT
the column name for the ACCOUNT field |
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 java.lang.String |
COST
the column name for the COST field |
static java.lang.String |
DATABASE_NAME
the default database name for this class |
static java.lang.String |
DESCRIPTION
the column name for the DESCRIPTION field |
static java.lang.String |
EFFORTDATE
the column name for the EFFORTDATE field |
static java.lang.String |
EFFORTTYPE
the column name for the EFFORTTYPE field |
static java.lang.String |
EFFORTVALUE
the column name for the EFFORTVALUE field |
static java.lang.String |
HOURS
the column name for the HOURS field |
static java.lang.String |
INVOICEDATE
the column name for the INVOICEDATE field |
static java.lang.String |
INVOICENUMBER
the column name for the INVOICENUMBER field |
static java.lang.String |
INVOICEPATH
the column name for the INVOICEPATH field |
static java.lang.String |
LASTEDIT
the column name for the LASTEDIT field |
static java.lang.String |
MOREPROPS
the column name for the MOREPROPS field |
static int |
numColumns
number of columns for this peer |
static java.lang.String |
OBJECTID
the column name for the OBJECTID field |
static java.lang.String |
PERSON
the column name for the PERSON field |
static java.lang.String |
SUBJECT
the column name for the SUBJECT field |
static java.lang.String |
TABLE_NAME
the table name for this class |
static java.lang.String |
WORKITEM
the column name for the WORKITEM field |
| Constructor Summary | |
|---|---|
BaseTCostPeer()
|
|
| Method Summary | |
|---|---|
static void |
addSelectColumns(Criteria criteria)
Add all the columns needed to create a new object. |
static Criteria |
buildCriteria(ObjectKey pk)
Build a Criteria object from an ObjectKey |
static Criteria |
buildSelectCriteria(TCost obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
static void |
correctBooleans(Criteria criteria)
changes the boolean values in the criteria to the appropriate type, whenever a booleanchar or booleanint column is involved. |
static void |
doDelete(Criteria criteria)
Method to do deletes. |
static void |
doDelete(Criteria criteria,
java.sql.Connection con)
Method to do deletes. |
static ObjectKey |
doInsert(Criteria criteria)
Method to do inserts. |
static ObjectKey |
doInsert(Criteria criteria,
java.sql.Connection con)
Method to do inserts. |
static java.util.List |
doSelect(Criteria criteria)
Method to do selects. |
static java.util.List |
doSelect(Criteria criteria,
java.sql.Connection con)
Method to do selects within a transaction. |
protected static java.util.List |
doSelectJoinAllExceptTAccount(Criteria criteria)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTAccount(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTEffortType(Criteria criteria)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTEffortType(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTPerson(Criteria criteria)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTPerson(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTWorkItem(Criteria criteria)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinAllExceptTWorkItem(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with all related objects. |
protected static java.util.List |
doSelectJoinTAccount(Criteria criteria)
selects a collection of TCost objects pre-filled with their TAccount objects. |
protected static java.util.List |
doSelectJoinTAccount(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with their TAccount objects. |
protected static java.util.List |
doSelectJoinTEffortType(Criteria criteria)
selects a collection of TCost objects pre-filled with their TEffortType objects. |
protected static java.util.List |
doSelectJoinTEffortType(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with their TEffortType objects. |
protected static java.util.List |
doSelectJoinTPerson(Criteria criteria)
selects a collection of TCost objects pre-filled with their TPerson objects. |
protected static java.util.List |
doSelectJoinTPerson(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with their TPerson objects. |
protected static java.util.List |
doSelectJoinTWorkItem(Criteria criteria)
selects a collection of TCost objects pre-filled with their TWorkItem objects. |
protected static java.util.List |
doSelectJoinTWorkItem(Criteria criteria,
java.sql.Connection conn)
selects a collection of TCost objects pre-filled with their TWorkItem objects. |
static java.util.List |
doSelectVillageRecords(Criteria criteria)
Grabs the raw Village records to be formed into objects. |
static java.util.List |
doSelectVillageRecords(Criteria criteria,
java.sql.Connection con)
Grabs the raw Village records to be formed into objects. |
static void |
doUpdate(Criteria criteria)
Method to do updates. |
static void |
doUpdate(Criteria criteria,
java.sql.Connection con)
Method to do updates. |
static MapBuilder |
getMapBuilder()
Deprecated. Torque.getMapBuilder(TCostMapBuilder.CLASS_NAME) instead |
static java.lang.Class |
getOMClass()
The class that the Peer will make instances of. |
static TableMap |
getTableMap()
Returns the TableMap related to this peer. |
static void |
populateObject(Record row,
int offset,
TCost obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
populateObjects(java.util.List records)
The returned List will contain objects of the default type or objects that inherit from the default. |
static java.util.List |
resultSet2Objects(java.sql.ResultSet results)
Get the list of objects for a ResultSet. |
static TCost |
retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static TCost |
retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
Retrieve a single object by pk |
static java.util.List |
retrieveByPKs(java.util.List pks)
Retrieve a multiple objects by pk |
static java.util.List |
retrieveByPKs(java.util.List pks,
java.sql.Connection dbcon)
Retrieve a multiple objects by pk |
static TCost |
row2Object(Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DATABASE_NAME
public static final java.lang.String TABLE_NAME
public static final java.lang.String OBJECTID
public static final java.lang.String ACCOUNT
public static final java.lang.String PERSON
public static final java.lang.String WORKITEM
public static final java.lang.String HOURS
public static final java.lang.String COST
public static final java.lang.String SUBJECT
public static final java.lang.String EFFORTTYPE
public static final java.lang.String EFFORTVALUE
public static final java.lang.String EFFORTDATE
public static final java.lang.String INVOICENUMBER
public static final java.lang.String INVOICEDATE
public static final java.lang.String INVOICEPATH
public static final java.lang.String DESCRIPTION
public static final java.lang.String MOREPROPS
public static final java.lang.String LASTEDIT
public static final int numColumns
protected static final java.lang.String CLASSNAME_DEFAULT
protected static final java.lang.Class CLASS_DEFAULT
| Constructor Detail |
|---|
public BaseTCostPeer()
| Method Detail |
|---|
public static MapBuilder getMapBuilder()
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List resultSet2Objects(java.sql.ResultSet results)
throws TorqueException
results - the ResultSet
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static ObjectKey doInsert(Criteria criteria)
throws TorqueException
criteria - object used to create the INSERT statement.
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static ObjectKey doInsert(Criteria criteria,
java.sql.Connection con)
throws TorqueException
criteria - object used to create the INSERT statement.con - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void addSelectColumns(Criteria criteria)
throws TorqueException
criteria - object containing the columns to add.
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void correctBooleans(Criteria criteria)
throws TorqueException
criteria - the criteria in which the boolean values should be corrected
TorqueException - if the database map for the criteria cannot be
obtained.
public static TCost row2Object(Record row,
int offset,
java.lang.Class cls)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void populateObject(Record row,
int offset,
TCost obj)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List doSelect(Criteria criteria)
throws TorqueException
criteria - object used to create the SELECT statement.
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List doSelect(Criteria criteria,
java.sql.Connection con)
throws TorqueException
criteria - object used to create the SELECT statement.con - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List doSelectVillageRecords(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List doSelectVillageRecords(Criteria criteria,
java.sql.Connection con)
throws TorqueException
criteria - object used to create the SELECT statement.con - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List populateObjects(java.util.List records)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.lang.Class getOMClass()
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void doUpdate(Criteria criteria)
throws TorqueException
criteria - object containing data that is used to create the UPDATE
statement.
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void doUpdate(Criteria criteria,
java.sql.Connection con)
throws TorqueException
criteria - object containing data that is used to create the UPDATE
statement.con - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void doDelete(Criteria criteria)
throws TorqueException
criteria - object containing data that is used DELETE from database.
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static void doDelete(Criteria criteria,
java.sql.Connection con)
throws TorqueException
criteria - object containing data that is used DELETE from database.con - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.public static Criteria buildCriteria(ObjectKey pk)
public static Criteria buildSelectCriteria(TCost obj)
public static TCost retrieveByPK(java.lang.Integer pk)
throws TorqueException,
NoRowsException,
TooManyRowsException
pk - the primary key
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
NoRowsException - Primary key was not found in database.
TooManyRowsException - Primary key was not found in database.
public static TCost retrieveByPK(java.lang.Integer pk,
java.sql.Connection con)
throws TorqueException,
NoRowsException,
TooManyRowsException
pk - the primary keycon - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
NoRowsException - Primary key was not found in database.
TooManyRowsException - Primary key was not found in database.
public static java.util.List retrieveByPKs(java.util.List pks)
throws TorqueException
pks - List of primary keys
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static java.util.List retrieveByPKs(java.util.List pks,
java.sql.Connection dbcon)
throws TorqueException
pks - List of primary keysdbcon - the connection to use
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTAccount(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTAccount(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTPerson(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTPerson(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTWorkItem(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTWorkItem(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTEffortType(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTEffortType(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTAccount(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTAccount(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTPerson(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTPerson(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTWorkItem(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTWorkItem(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTEffortType(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinAllExceptTEffortType(Criteria criteria,
java.sql.Connection conn)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
public static TableMap getTableMap()
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||