Uses of Class
net.sourceforge.blogentis.om.TurbineGroup

Packages that use TurbineGroup
net.sourceforge.blogentis.om   
 

Uses of TurbineGroup in net.sourceforge.blogentis.om
 

Methods in net.sourceforge.blogentis.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(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 TurbineUserGroupRole.getGroup()
           
 TurbineGroup BaseTurbineUserGroupRole.getTurbineGroup()
          Get the associated TurbineGroup object
 TurbineGroup BaseTurbineGroup.copy()
          Makes a copy of this object.
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj)
           
 

Methods in net.sourceforge.blogentis.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
 void BaseTurbineUserGroupRole.setTurbineGroup(TurbineGroup v)
          Declares an association between this object and a TurbineGroup object
protected  TurbineGroup BaseTurbineGroup.copyInto(TurbineGroup copyObj)
           
 



Copyright © 2003-2004 SourceForge.net. All Rights Reserved.