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

Packages that use RAttributeAttributeGroup
org.tigris.scarab.om   
 

Uses of RAttributeAttributeGroup in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return RAttributeAttributeGroup
 RAttributeAttributeGroup BaseRAttributeAttributeGroup.copy()
          Makes a copy of this object.
protected  RAttributeAttributeGroup BaseRAttributeAttributeGroup.copyInto(RAttributeAttributeGroup copyObj)
           
 RAttributeAttributeGroup AttributeGroup.getRAttributeAttributeGroup(Attribute attribute)
          Retrieves R_ATTRIBUTE_ATTRIBUTEGROUP mapping object for this group And the given attribute.
protected  RAttributeAttributeGroup RAttributeAttributeGroupManager.getInstanceImpl()
           
static RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
protected  RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getInstanceImpl()
          Get a fresh instance of a RAttributeAttributeGroupManager
protected  RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a RAttributeAttributeGroup with the given id.
protected  RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a RAttributeAttributeGroup with the given id from the cache.
protected  RAttributeAttributeGroup BaseRAttributeAttributeGroupManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a RAttributeAttributeGroup with the given id.
static RAttributeAttributeGroup BaseRAttributeAttributeGroupPeer.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 RAttributeAttributeGroup BaseRAttributeAttributeGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static RAttributeAttributeGroup BaseRAttributeAttributeGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static RAttributeAttributeGroup BaseRAttributeAttributeGroupPeer.retrieveByPK(java.lang.Integer group_id, java.lang.Integer attribute_id)
          retrieve object using using pk values.
static RAttributeAttributeGroup BaseRAttributeAttributeGroupPeer.retrieveByPK(java.lang.Integer group_id, java.lang.Integer attribute_id, java.sql.Connection con)
          retrieve object using using pk values.
 

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



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