Uses of Class
org.apache.turbine.services.security.torque.om.TurbineGroup

Packages that use TurbineGroup
org.apache.turbine.services.security.torque.om   
 

Uses of TurbineGroup in org.apache.turbine.services.security.torque.om
 

Methods in org.apache.turbine.services.security.torque.om that return TurbineGroup
 TurbineGroup BaseTurbineUserGroupRole.getTurbineGroup()
          Returns the associated TurbineGroup object.
 TurbineGroup BaseTurbineUserGroupRole.getTurbineGroup(java.sql.Connection connection)
          Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection
static TurbineGroup BaseTurbineGroupPeer.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 TurbineGroup BaseTurbineGroupPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static TurbineGroup BaseTurbineGroupPeer.retrieveByPK(int pk, java.sql.Connection con)
          Retrieve a single object by pk
static TurbineGroup BaseTurbineGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static TurbineGroup BaseTurbineGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 TurbineGroup BaseTurbineGroup.copy()
          Makes a copy of this object.
 TurbineGroup BaseTurbineGroup.copy(java.sql.Connection con)
          Makes a copy of this object using connection.
 TurbineGroup BaseTurbineGroup.copy(boolean deepcopy)
          Makes a copy of this object.
 TurbineGroup BaseTurbineGroup.copy(boolean deepcopy, java.sql.Connection con)
          Makes a copy of this object using connection.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj)
          Fills the copyObj with the contents of this object.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj, boolean deepcopy, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
 

Methods in org.apache.turbine.services.security.torque.om with parameters of type TurbineGroup
 void BaseTurbineUserGroupRole.setTurbineGroup(TurbineGroup v)
          Declares an association between this object and a TurbineGroup object
static void BaseTurbineGroupPeer.populateObject(com.workingdogs.village.Record row, int offset, TurbineGroup obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseTurbineGroupPeer.doSelect(TurbineGroup obj)
          Method to do selects
static void BaseTurbineGroupPeer.doInsert(TurbineGroup obj)
          Method to do inserts
static void BaseTurbineGroupPeer.doUpdate(TurbineGroup obj)
           
static void BaseTurbineGroupPeer.doDelete(TurbineGroup obj)
           
static void BaseTurbineGroupPeer.doInsert(TurbineGroup obj, java.sql.Connection con)
          Method to do inserts.
static void BaseTurbineGroupPeer.doUpdate(TurbineGroup obj, java.sql.Connection con)
          Method to do update.
static void BaseTurbineGroupPeer.doDelete(TurbineGroup obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseTurbineGroupPeer.buildCriteria(TurbineGroup obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseTurbineGroupPeer.buildSelectCriteria(TurbineGroup obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj)
          Fills the copyObj with the contents of this object.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj, boolean deepcopy, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.