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

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

Uses of Depend in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return Depend
 Depend BaseDepend.copy()
          Makes a copy of this object.
protected  Depend BaseDepend.copyInto(Depend copyObj)
           
static Depend BaseDependPeer.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 Depend BaseDependPeer.retrieveByPK(java.lang.Integer pk)
          Retrieve a single object by pk
static Depend BaseDependPeer.retrieveByPK(java.lang.Integer pk, java.sql.Connection con)
          Retrieve a single object by pk
static Depend BaseDependPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Depend BaseDependPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static Depend BaseDependManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Depend BaseDependManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Depend BaseDependManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Depend BaseDependManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Depend BaseDependManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Depend BaseDependManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Depend BaseDependManager.getInstanceImpl()
          Get a fresh instance of a DependManager
protected  Depend BaseDependManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Depend with the given id.
protected  Depend BaseDependManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Depend with the given id from the cache.
protected  Depend BaseDependManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Depend with the given id.
 Depend BaseActivity.getDepend()
          Returns the associated Depend object.
 Depend BaseActivity.getDepend(java.sql.Connection connection)
          Return the associated Depend object If it was not retrieved before, the object is retrieved from the database using the passed connection
 Depend Issue.getDependency(Issue potentialDependency)
          Checks to see if this issue has a dependency on the passed in issue.
 Depend Issue.getDependency(Issue potentialDependency, boolean hideDeleted)
          Checks to see if this issue has a dependency on the passed in issue.
static Depend Depend.getInstance()
          Deprecated. See DependManager.getInstance()
 

Methods in org.tigris.scarab.om with parameters of type Depend
protected  Depend BaseDepend.copyInto(Depend copyObj)
           
 void BaseIssue.addDependRelatedByObservedId(Depend l)
          Method called to associate a Depend object to this object through the Depend foreign key attribute
 void BaseIssue.addDependRelatedByObserverId(Depend l)
          Method called to associate a Depend object to this object through the Depend foreign key attribute
static void BaseDependPeer.populateObject(com.workingdogs.village.Record row, int offset, Depend obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseDependPeer.doSelect(Depend obj)
          Method to do selects
static void BaseDependPeer.doInsert(Depend obj)
          Method to do inserts
static void BaseDependPeer.doUpdate(Depend obj)
           
static void BaseDependPeer.doDelete(Depend obj)
           
static void BaseDependPeer.doInsert(Depend obj, java.sql.Connection con)
          Method to do inserts.
static void BaseDependPeer.doUpdate(Depend obj, java.sql.Connection con)
          Method to do update.
static void BaseDependPeer.doDelete(Depend obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseDependPeer.buildCriteria(Depend obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseDependPeer.buildSelectCriteria(Depend obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
static boolean BaseDependManager.exists(Depend obj)
           
protected  boolean BaseDependManager.existsImpl(Depend om)
          check for a duplicate project name
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.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.
 void BaseActivity.setDepend(Depend v)
          Declares an association between this object and a Depend object
 ActivitySet Issue.doAddDependency(ActivitySet activitySet, Depend depend, Issue childIssue, ScarabUser user)
           
 ActivitySet Issue.doDeleteDependency(ActivitySet activitySet, Depend oldDepend, ScarabUser user)
          Deletes a specific dependency on this issue.
 ActivitySet Issue.doChangeDependencyType(ActivitySet activitySet, Depend oldDepend, Depend newDepend, ScarabUser user)
          changes the dependency type as well as. will not change deptype for deleted deps
 void Depend.setProperties(Depend depend)
          Copies the properties from the passed in object onto this object.
 void BaseDependType.addDepend(Depend l)
          Method called to associate a Depend object to this object through the Depend foreign key attribute
 

Uses of Depend in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return Depend
 Depend ScarabRequestTool.getDepend()
          A Depend object for use within the Scarab API.
 

Methods in org.tigris.scarab.tools with parameters of type Depend
 void ScarabRequestTool.setDepend(Depend depend)
          A Depend object for use within the Scarab API.
 



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