|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBasePeer
com.aurel.track.persist.BaseTDashboardPanelPeer
public abstract class BaseTDashboardPanelPeer
| 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 java.lang.String |
COLSNO
the column name for the COLSNO 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 |
LABEL
the column name for the LABEL field |
static java.lang.String |
NAME
the column name for the NAME 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 |
PARENT
the column name for the PARENT field |
static java.lang.String |
ROWSNO
the column name for the ROWSNO field |
static java.lang.String |
SORTORDER
the column name for the SORTORDER field |
static java.lang.String |
TABLE_NAME
the table name for this class |
| Constructor Summary | |
|---|---|
BaseTDashboardPanelPeer()
|
|
| 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(TDashboardPanel 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 |
doSelectJoinTDashboardTab(Criteria criteria)
selects a collection of TDashboardPanel objects pre-filled with their TDashboardTab objects. |
protected static java.util.List |
doSelectJoinTDashboardTab(Criteria criteria,
java.sql.Connection conn)
selects a collection of TDashboardPanel objects pre-filled with their TDashboardTab 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(TDashboardPanelMapBuilder.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,
TDashboardPanel 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 TDashboardPanel |
retrieveByPK(java.lang.Integer pk)
Retrieve a single object by pk |
static TDashboardPanel |
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 TDashboardPanel |
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 NAME
public static final java.lang.String LABEL
public static final java.lang.String DESCRIPTION
public static final java.lang.String SORTORDER
public static final java.lang.String ROWSNO
public static final java.lang.String COLSNO
public static final java.lang.String PARENT
public static final int numColumns
protected static final java.lang.String CLASSNAME_DEFAULT
protected static final java.lang.Class CLASS_DEFAULT
| Constructor Detail |
|---|
public BaseTDashboardPanelPeer()
| 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 TDashboardPanel 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,
TDashboardPanel 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(TDashboardPanel obj)
public static TDashboardPanel 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 TDashboardPanel 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 doSelectJoinTDashboardTab(Criteria criteria)
throws TorqueException
TorqueException - Any exceptions caught during processing will be
rethrown wrapped into a TorqueException.
protected static java.util.List doSelectJoinTDashboardTab(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 | ||||||||