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

Packages that use Frequency
org.tigris.scarab.om   
 

Uses of Frequency in org.tigris.scarab.om
 

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

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



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