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

Packages that use AttributeGroup
org.tigris.scarab.actions.admin   
org.tigris.scarab.om   
org.tigris.scarab.tools   
 

Uses of AttributeGroup in org.tigris.scarab.actions.admin
 

Methods in org.tigris.scarab.actions.admin that return AttributeGroup
 AttributeGroup GlobalArtifactTypeCreate.doCreatenewgroup(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          Creates new attribute group.
 AttributeGroup ArtifactTypeEdit.doCreatenewgroup(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          Creates new attribute group.
 

Uses of AttributeGroup in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return AttributeGroup
 AttributeGroup BaseRAttributeAttributeGroup.getAttributeGroup()
          Returns the associated AttributeGroup object.
 AttributeGroup BaseRAttributeAttributeGroup.getAttributeGroup(java.sql.Connection connection)
          Return the associated AttributeGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection
 AttributeGroup AttributeGroup.copyGroup()
           
 AttributeGroup Module.createNewGroup(IssueType issueType)
          Creates new attribute group.
static AttributeGroup BaseAttributeGroupManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static AttributeGroup BaseAttributeGroupManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static AttributeGroup BaseAttributeGroupManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static AttributeGroup BaseAttributeGroupManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static AttributeGroup BaseAttributeGroupManager.getInstance(java.lang.Integer id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static AttributeGroup BaseAttributeGroupManager.getInstance(java.lang.Integer id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  AttributeGroup BaseAttributeGroupManager.getInstanceImpl()
          Get a fresh instance of a AttributeGroupManager
protected  AttributeGroup BaseAttributeGroupManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a AttributeGroup with the given id.
protected  AttributeGroup BaseAttributeGroupManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a AttributeGroup with the given id from the cache.
protected  AttributeGroup BaseAttributeGroupManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a AttributeGroup with the given id.
protected  AttributeGroup AttributeGroupManager.getInstanceImpl()
           
static AttributeGroup AttributeGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
 AttributeGroup IssueType.createNewGroup()
           
 AttributeGroup IssueType.createNewGroup(Module module)
          Creates new attribute group.
 AttributeGroup AbstractScarabModule.createNewGroup(IssueType issueType)
          Creates new attribute group.
 AttributeGroup BaseAttributeGroup.copy()
          Makes a copy of this object.
protected  AttributeGroup BaseAttributeGroup.copyInto(AttributeGroup copyObj)
           
static AttributeGroup BaseAttributeGroupPeer.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 AttributeGroup BaseAttributeGroupPeer.retrieveByPK(java.lang.Integer pk)
          Retrieve a single object by pk
static AttributeGroup BaseAttributeGroupPeer.retrieveByPK(java.lang.Integer pk, java.sql.Connection con)
          Retrieve a single object by pk
static AttributeGroup BaseAttributeGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static AttributeGroup BaseAttributeGroupPeer.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 AttributeGroup
 void BaseRAttributeAttributeGroup.setAttributeGroup(AttributeGroup v)
          Declares an association between this object and a AttributeGroup object
 void BaseIssueType.addAttributeGroup(AttributeGroup l)
          Method called to associate a AttributeGroup object to this object through the AttributeGroup foreign key attribute
static boolean BaseAttributeGroupManager.exists(AttributeGroup obj)
           
protected  boolean BaseAttributeGroupManager.existsImpl(AttributeGroup om)
          check for a duplicate project name
protected  AttributeGroup BaseAttributeGroup.copyInto(AttributeGroup copyObj)
           
static void BaseAttributeGroupPeer.populateObject(com.workingdogs.village.Record row, int offset, AttributeGroup obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseAttributeGroupPeer.doSelect(AttributeGroup obj)
          Method to do selects
static void BaseAttributeGroupPeer.doInsert(AttributeGroup obj)
          Method to do inserts
static void BaseAttributeGroupPeer.doUpdate(AttributeGroup obj)
           
static void BaseAttributeGroupPeer.doDelete(AttributeGroup obj)
           
static void BaseAttributeGroupPeer.doInsert(AttributeGroup obj, java.sql.Connection con)
          Method to do inserts.
static void BaseAttributeGroupPeer.doUpdate(AttributeGroup obj, java.sql.Connection con)
          Method to do update.
static void BaseAttributeGroupPeer.doDelete(AttributeGroup obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseAttributeGroupPeer.buildCriteria(AttributeGroup obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseAttributeGroupPeer.buildSelectCriteria(AttributeGroup obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseScarabModule.addAttributeGroup(AttributeGroup l)
          Method called to associate a AttributeGroup object to this object through the AttributeGroup foreign key attribute
 

Uses of AttributeGroup in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return AttributeGroup
 AttributeGroup ScarabRequestTool.getAttributeGroup()
          A AttributeGroup object for use within the Scarab API.
 AttributeGroup ScarabRequestTool.getAttributeGroup(java.lang.String key)
          Get a AttributeGroup object.
 



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