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

Packages that use AttributeClass
org.tigris.scarab.om   
 

Uses of AttributeClass in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return AttributeClass
 AttributeClass BaseAttributeClass.copy()
          Makes a copy of this object.
protected  AttributeClass BaseAttributeClass.copyInto(AttributeClass copyObj)
           
static AttributeClass BaseAttributeClassPeer.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 AttributeClass BaseAttributeClassPeer.retrieveByPK(java.lang.Integer pk)
          Retrieve a single object by pk
static AttributeClass BaseAttributeClassPeer.retrieveByPK(java.lang.Integer pk, java.sql.Connection con)
          Retrieve a single object by pk
static AttributeClass BaseAttributeClassPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static AttributeClass BaseAttributeClassPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 AttributeClass BaseAttributeType.getAttributeClass()
          Returns the associated AttributeClass object.
 AttributeClass BaseAttributeType.getAttributeClass(java.sql.Connection connection)
          Return the associated AttributeClass object If it was not retrieved before, the object is retrieved from the database using the passed connection
 AttributeClass AttributeType.getAttributeClass()
          Override the base class to provide caching of AttributeClass objects and save a hit to the database.
static AttributeClass BaseAttributeClassManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static AttributeClass BaseAttributeClassManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static AttributeClass BaseAttributeClassManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static AttributeClass BaseAttributeClassManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static AttributeClass BaseAttributeClassManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static AttributeClass BaseAttributeClassManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  AttributeClass BaseAttributeClassManager.getInstanceImpl()
          Get a fresh instance of a AttributeClassManager
protected  AttributeClass BaseAttributeClassManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a AttributeClass with the given id.
protected  AttributeClass BaseAttributeClassManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a AttributeClass with the given id from the cache.
protected  AttributeClass BaseAttributeClassManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a AttributeClass with the given id.
 AttributeClass AttributeClassManager.getInstanceImpl()
           
 

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



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