|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.util.BasePeer
org.tigris.scarab.om.BaseReportPeer
org.tigris.scarab.om.ReportPeer
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.
| Nested Class Summary |
| Nested classes inherited from class org.apache.torque.util.BasePeer |
org.apache.torque.util.BasePeer.ProcessCallback |
| Field Summary |
| Fields inherited from class org.tigris.scarab.om.BaseReportPeer |
CLASS_DEFAULT, CLASSNAME_DEFAULT, CREATED_DATE, DATABASE_NAME, DELETED, DESCRIPTION, ISSUE_TYPE_ID, MODULE_ID, NAME, numColumns, QUERY_STRING, REPORT_ID, SCOPE_ID, TABLE_NAME, USER_ID |
| Fields inherited from class org.apache.torque.util.BasePeer |
IGNORE_CASE, log, ORDER_BY |
| Constructor Summary | |
ReportPeer()
|
|
| Method Summary | |
static boolean |
exists(java.lang.String name)
Does a saved report exist under the given name. |
static Report |
retrieveByName(java.lang.String name)
gets the active report saved under the given name |
static Report |
retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
| 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, 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 |
public ReportPeer()
| Method Detail |
public static boolean exists(java.lang.String name)
throws org.apache.torque.TorqueException,
ScarabException
name - a String report name
org.apache.torque.TorqueException
ScarabException
public static Report retrieveByName(java.lang.String name)
throws org.apache.torque.TorqueException,
ScarabException
name - a String value
Report value
java.lang.Exception - if an error occurs
org.apache.torque.TorqueException
ScarabException
public static Report retrieveByPK(org.apache.torque.om.ObjectKey pk)
throws org.apache.torque.TorqueException
pk -
org.apache.torque.TorqueException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||