org.tigris.scarab.om
Class ReportPeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended byorg.tigris.scarab.om.BaseReportPeer
          extended byorg.tigris.scarab.om.ReportPeer
All Implemented Interfaces:
java.io.Serializable

public class ReportPeer
extends BaseReportPeer

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.

See Also:
Serialized Form

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.tigris.scarab.om.BaseReportPeer
addSelectColumns, buildCriteria, buildCriteria, buildSelectCriteria, correctBooleans, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectJoinAllExceptIssueType, doSelectJoinAllExceptIssueType, doSelectJoinAllExceptScarabModule, doSelectJoinAllExceptScarabModule, doSelectJoinAllExceptScarabUserImpl, doSelectJoinAllExceptScarabUserImpl, doSelectJoinAllExceptScope, doSelectJoinAllExceptScope, doSelectJoinIssueType, doSelectJoinIssueType, doSelectJoinScarabModule, doSelectJoinScarabModule, doSelectJoinScarabUserImpl, doSelectJoinScarabUserImpl, doSelectJoinScope, doSelectJoinScope, 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, 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

ReportPeer

public ReportPeer()
Method Detail

exists

public static boolean exists(java.lang.String name)
                      throws org.apache.torque.TorqueException,
                             ScarabException
Does a saved report exist under the given name.

Parameters:
name - a String report name
Returns:
true if a report by the given name exists
Throws:
org.apache.torque.TorqueException
ScarabException

retrieveByName

public static Report retrieveByName(java.lang.String name)
                             throws org.apache.torque.TorqueException,
                                    ScarabException
gets the active report saved under the given name

Parameters:
name - a String value
Returns:
a Report value
Throws:
java.lang.Exception - if an error occurs
org.apache.torque.TorqueException
ScarabException

retrieveByPK

public static Report retrieveByPK(org.apache.torque.om.ObjectKey pk)
                           throws org.apache.torque.TorqueException
Retrieve a single object by pk

Parameters:
pk -
Throws:
org.apache.torque.TorqueException


Copyright © 2000-2004 Tigris.org. All Rights Reserved.