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

Packages that use Condition
org.tigris.scarab.om   
 

Uses of Condition in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return Condition
 Condition BaseCondition.copy()
          Makes a copy of this object.
protected  Condition BaseCondition.copyInto(Condition copyObj)
           
static Condition BaseConditionPeer.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 Condition BaseConditionPeer.retrieveByPK(java.lang.Long pk)
          Retrieve a single object by pk
static Condition BaseConditionPeer.retrieveByPK(java.lang.Long pk, java.sql.Connection con)
          Retrieve a single object by pk
static Condition BaseConditionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Condition BaseConditionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static Condition BaseConditionManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static Condition BaseConditionManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Condition BaseConditionManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static Condition BaseConditionManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static Condition BaseConditionManager.getInstance(java.lang.Long id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static Condition BaseConditionManager.getInstance(java.lang.Long id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  Condition BaseConditionManager.getInstanceImpl()
          Get a fresh instance of a ConditionManager
protected  Condition BaseConditionManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Condition with the given id.
protected  Condition BaseConditionManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a Condition with the given id from the cache.
protected  Condition BaseConditionManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a Condition with the given id.
 

Methods in org.tigris.scarab.om with parameters of type Condition
 void BaseTransition.addCondition(Condition l)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
protected  Condition BaseCondition.copyInto(Condition copyObj)
           
static void BaseConditionPeer.populateObject(com.workingdogs.village.Record row, int offset, Condition obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseConditionPeer.doSelect(Condition obj)
          Method to do selects
static void BaseConditionPeer.doInsert(Condition obj)
          Method to do inserts
static void BaseConditionPeer.doUpdate(Condition obj)
           
static void BaseConditionPeer.doDelete(Condition obj)
           
static void BaseConditionPeer.doInsert(Condition obj, java.sql.Connection con)
          Method to do inserts.
static void BaseConditionPeer.doUpdate(Condition obj, java.sql.Connection con)
          Method to do update.
static void BaseConditionPeer.doDelete(Condition obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseConditionPeer.buildCriteria(Condition obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseConditionPeer.buildSelectCriteria(Condition obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseRModuleAttribute.addCondition(Condition l)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
 void BaseRModuleIssueType.addCondition(Condition l)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
 boolean Condition.equals(Condition cond)
           
 void BaseAttribute.addCondition(Condition l)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
 void RModuleIssueType.addCondition(Condition cond)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
static boolean BaseConditionManager.exists(Condition obj)
           
protected  boolean BaseConditionManager.existsImpl(Condition om)
          check for a duplicate project name
 void BaseAttributeOption.addCondition(Condition l)
          Method called to associate a Condition object to this object through the Condition foreign key attribute
 



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