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
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.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj)
           
 TurbineGroup BaseTurbineUserGroupRole.getTurbineGroup()
          Get the associated TurbineGroup object
 

Methods in org.apache.turbine.services.security.torque.om with parameters of type TurbineGroup
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)
           
 void BaseTurbineUserGroupRole.setTurbineGroup(TurbineGroup v)
          Declares an association between this object and a TurbineGroup object
 



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