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

Packages that use OptionRelationship
org.tigris.scarab.om   
 

Uses of OptionRelationship in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return OptionRelationship
 OptionRelationship BaseROptionOption.getOptionRelationship()
          Returns the associated OptionRelationship object.
 OptionRelationship BaseROptionOption.getOptionRelationship(java.sql.Connection connection)
          Return the associated OptionRelationship object If it was not retrieved before, the object is retrieved from the database using the passed connection
 OptionRelationship BaseOptionRelationship.copy()
          Makes a copy of this object.
protected  OptionRelationship BaseOptionRelationship.copyInto(OptionRelationship copyObj)
           
static OptionRelationship BaseOptionRelationshipManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static OptionRelationship BaseOptionRelationshipManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static OptionRelationship BaseOptionRelationshipManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static OptionRelationship BaseOptionRelationshipManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static OptionRelationship BaseOptionRelationshipManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static OptionRelationship BaseOptionRelationshipManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  OptionRelationship BaseOptionRelationshipManager.getInstanceImpl()
          Get a fresh instance of a OptionRelationshipManager
protected  OptionRelationship BaseOptionRelationshipManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a OptionRelationship with the given id.
protected  OptionRelationship BaseOptionRelationshipManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a OptionRelationship with the given id from the cache.
protected  OptionRelationship BaseOptionRelationshipManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a OptionRelationship with the given id.
static OptionRelationship BaseOptionRelationshipPeer.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 OptionRelationship BaseOptionRelationshipPeer.retrieveByPK(java.lang.Integer pk)
          Retrieve a single object by pk
static OptionRelationship BaseOptionRelationshipPeer.retrieveByPK(java.lang.Integer pk, java.sql.Connection con)
          Retrieve a single object by pk
static OptionRelationship BaseOptionRelationshipPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static OptionRelationship BaseOptionRelationshipPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 

Methods in org.tigris.scarab.om with parameters of type OptionRelationship
 void BaseROptionOption.setOptionRelationship(OptionRelationship v)
          Declares an association between this object and a OptionRelationship object
protected  OptionRelationship BaseOptionRelationship.copyInto(OptionRelationship copyObj)
           
static boolean BaseOptionRelationshipManager.exists(OptionRelationship obj)
           
protected  boolean BaseOptionRelationshipManager.existsImpl(OptionRelationship om)
          check for a duplicate project name
static void BaseOptionRelationshipPeer.populateObject(com.workingdogs.village.Record row, int offset, OptionRelationship obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseOptionRelationshipPeer.doSelect(OptionRelationship obj)
          Method to do selects
static void BaseOptionRelationshipPeer.doInsert(OptionRelationship obj)
          Method to do inserts
static void BaseOptionRelationshipPeer.doUpdate(OptionRelationship obj)
           
static void BaseOptionRelationshipPeer.doDelete(OptionRelationship obj)
           
static void BaseOptionRelationshipPeer.doInsert(OptionRelationship obj, java.sql.Connection con)
          Method to do inserts.
static void BaseOptionRelationshipPeer.doUpdate(OptionRelationship obj, java.sql.Connection con)
          Method to do update.
static void BaseOptionRelationshipPeer.doDelete(OptionRelationship obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseOptionRelationshipPeer.buildCriteria(OptionRelationship obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseOptionRelationshipPeer.buildSelectCriteria(OptionRelationship obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 



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