org.tigris.scarab.om
Class ActivityPeer

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

public class ActivityPeer
extends BaseActivityPeer

Utility methods for the Activity table

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.BaseActivityPeer
ACTIVITY_ID, ACTIVITY_TYPE, ATTACHMENT_ID, ATTRIBUTE_ID, CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, DEPEND_ID, DESCRIPTION, END_DATE, ISSUE_ID, NEW_NUMERIC_VALUE, NEW_OPTION_ID, NEW_USER_ID, NEW_VALUE, numColumns, OLD_NUMERIC_VALUE, OLD_OPTION_ID, OLD_USER_ID, OLD_VALUE, TABLE_NAME, TRANSACTION_ID
 
Fields inherited from class org.apache.torque.util.BasePeer
IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
ActivityPeer()
           
 
Method Summary
static java.lang.String getNewIssueUniqueId(Issue issue)
          Search the activity table for the last occurrence of "issue_moved" for the five issue, returning the ID of the new value of the ID.
 
Methods inherited from class org.tigris.scarab.om.BaseActivityPeer
addSelectColumns, buildCriteria, buildCriteria, buildSelectCriteria, correctBooleans, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectJoinActivitySet, doSelectJoinActivitySet, doSelectJoinAllExceptActivitySet, doSelectJoinAllExceptActivitySet, doSelectJoinAllExceptAttachment, doSelectJoinAllExceptAttachment, doSelectJoinAllExceptAttribute, doSelectJoinAllExceptAttribute, doSelectJoinAllExceptAttributeOptionRelatedByNewOptionId, doSelectJoinAllExceptAttributeOptionRelatedByNewOptionId, doSelectJoinAllExceptAttributeOptionRelatedByOldOptionId, doSelectJoinAllExceptAttributeOptionRelatedByOldOptionId, doSelectJoinAllExceptDepend, doSelectJoinAllExceptDepend, doSelectJoinAllExceptIssue, doSelectJoinAllExceptIssue, doSelectJoinAllExceptScarabUserImplRelatedByNewUserId, doSelectJoinAllExceptScarabUserImplRelatedByNewUserId, doSelectJoinAllExceptScarabUserImplRelatedByOldUserId, doSelectJoinAllExceptScarabUserImplRelatedByOldUserId, doSelectJoinAttachment, doSelectJoinAttachment, doSelectJoinAttribute, doSelectJoinAttribute, doSelectJoinAttributeOptionRelatedByNewOptionId, doSelectJoinAttributeOptionRelatedByNewOptionId, doSelectJoinAttributeOptionRelatedByOldOptionId, doSelectJoinAttributeOptionRelatedByOldOptionId, doSelectJoinDepend, doSelectJoinDepend, doSelectJoinIssue, doSelectJoinIssue, doSelectJoinScarabUserImplRelatedByNewUserId, doSelectJoinScarabUserImplRelatedByNewUserId, doSelectJoinScarabUserImplRelatedByOldUserId, doSelectJoinScarabUserImplRelatedByOldUserId, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, 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

ActivityPeer

public ActivityPeer()
Method Detail

getNewIssueUniqueId

public static java.lang.String getNewIssueUniqueId(Issue issue)
                                            throws org.apache.torque.TorqueException
Search the activity table for the last occurrence of "issue_moved" for the five issue, returning the ID of the new value of the ID.

Parameters:
issue -
Returns:
Throws:
org.apache.torque.TorqueException


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