Uses of Class
org.tigris.scarab.om.Activity

Packages that use Activity
org.tigris.scarab.om   
org.tigris.scarab.tools   
 

Uses of Activity in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return Activity
 Activity Activity.copy(Issue issue, ActivitySet activitySet)
           
 Activity Attachment.getActivity()
          Retrieves the Activity in which this attachment was created.
static Activity ActivityManager.getInstance(java.lang.String id)
          Convenience method for getting an Activity instance with a String primary key (which gets converted to a Integer).
static Activity ActivityManager.createNumericActivity(Issue issue, Attribute attribute, ActivitySet activitySet, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue)
           
static Activity ActivityManager.createUserActivity(Issue issue, Attribute attribute, ActivitySet activitySet, Attachment attachment, java.lang.Integer oldUserId, java.lang.Integer newUserId)
           
static Activity ActivityManager.createAddDependencyActivity(Issue issue, ActivitySet activitySet, Depend depend)
           
static Activity ActivityManager.createChangeDependencyActivity(Issue issue, ActivitySet activitySet, Depend depend, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createDeleteDependencyActivity(Issue issue, ActivitySet activitySet, Depend depend)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, Attachment attachment)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, ActivitySet activitySet, ActivityType type, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createTextActivity(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.String oldTextValue, java.lang.String newTextValue)
           
static Activity ActivityManager.createReportIssueActivity(Issue issue, ActivitySet activitySet, java.lang.String message)
          Populates a new Activity object for initial issue creation.
static Activity ActivityManager.createDeleteIssueActivity(Issue issue, ActivitySet activitySet)
          Populates a new Activity for issue deletion
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
static Activity ActivityManager.create(Issue issue, Attribute attribute, ActivitySet activitySet, ActivityType type, java.lang.String description, Attachment attachment, Depend depend, java.lang.Integer oldNumericValue, java.lang.Integer newNumericValue, java.lang.Integer oldUserId, java.lang.Integer newUserId, java.lang.Integer oldOptionId, java.lang.Integer newOptionId, java.lang.String oldTextValue, java.lang.String newTextValue, java.sql.Connection dbCon)
          Populates a new Activity object.
 Activity BaseActivity.copy()
          Makes a copy of this object.
protected  Activity BaseActivity.copyInto(Activity copyObj)
           
 Activity BaseNotificationStatus.getActivity()
          Returns the associated Activity object.
 Activity BaseNotificationStatus.getActivity(java.sql.Connection connection)
          Return the associated Activity object If it was not retrieved before, the object is retrieved from the database using the passed connection
static Activity BaseActivityManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Activity BaseActivityManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Activity BaseActivityManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Activity BaseActivityManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Activity BaseActivityManager.getInstance(java.lang.Long id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Activity BaseActivityManager.getInstance(java.lang.Long id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Activity BaseActivityManager.getInstanceImpl()
          Get a fresh instance of a ActivityManager
protected  Activity BaseActivityManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Activity with the given id.
protected  Activity BaseActivityManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Activity with the given id from the cache.
protected  Activity BaseActivityManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Activity with the given id.
static Activity BaseActivityPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static Activity BaseActivityPeer.retrieveByPK(java.lang.Long pk)
          Retrieve a single object by pk
static Activity BaseActivityPeer.retrieveByPK(java.lang.Long pk, java.sql.Connection con)
          Retrieve a single object by pk
static Activity BaseActivityPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Activity BaseActivityPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 Activity AttributeValue.getActivity()
          Gets the Activity record associated with this AttributeValue It can only be retrieved after the save() method has been called since that is when it is generated.
 

Methods in org.tigris.scarab.om with parameters of type Activity
 void BaseDepend.addActivity(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void BaseIssue.addActivity(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void BaseScarabUserImpl.addActivityRelatedByOldUserId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void BaseScarabUserImpl.addActivityRelatedByNewUserId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
protected  Activity BaseActivity.copyInto(Activity copyObj)
           
 void BaseAttribute.addActivity(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void Issue.addActivity(Activity activity)
          Returns limited list of Activity objects associated with this Issue.
 void BaseNotificationStatus.setActivity(Activity v)
          Declares an association between this object and a Activity object
static boolean BaseActivityManager.exists(Activity obj)
           
protected  boolean BaseActivityManager.existsImpl(Activity om)
          check for a duplicate project name
 void BaseAttachment.addActivity(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
static void BaseActivityPeer.populateObject(com.workingdogs.village.Record row, int offset, Activity obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseActivityPeer.doSelect(Activity obj)
          Method to do selects
static void BaseActivityPeer.doInsert(Activity obj)
          Method to do inserts
static void BaseActivityPeer.doUpdate(Activity obj)
           
static void BaseActivityPeer.doDelete(Activity obj)
           
static void BaseActivityPeer.doInsert(Activity obj, java.sql.Connection con)
          Method to do inserts.
static void BaseActivityPeer.doUpdate(Activity obj, java.sql.Connection con)
          Method to do update.
static void BaseActivityPeer.doDelete(Activity obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseActivityPeer.buildCriteria(Activity obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseActivityPeer.buildSelectCriteria(Activity obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseActivitySet.addActivity(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void BaseAttributeOption.addActivityRelatedByOldOptionId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void BaseAttributeOption.addActivityRelatedByNewOptionId(Activity l)
          Method called to associate a Activity object to this object through the Activity foreign key attribute
 void AttributeValue.setActivity(Activity activity)
           
 

Constructors in org.tigris.scarab.om with parameters of type Activity
NotificationStatus(ScarabUser receiver, Activity activity)
          Create a new NotificationStatus entry.
 

Uses of Activity in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools with parameters of type Activity
 java.lang.String ScarabToolManager.getActivityReason(ActivitySet activitySet, Activity activity)
          Deprecated. Use ActivitySet.getActivityReason(l10n) instead.
 



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