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

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

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

Methods in org.apache.turbine.services.security.torque.om that return TurbineUser
static TurbineUser BaseTurbineUserPeer.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 TurbineUser BaseTurbineUserPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static TurbineUser BaseTurbineUserPeer.retrieveByPK(int pk, java.sql.Connection con)
          Retrieve a single object by pk
static TurbineUser BaseTurbineUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static TurbineUser BaseTurbineUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 TurbineUser BaseTurbineUserGroupRole.getTurbineUser()
          Returns the associated TurbineUser object.
 TurbineUser BaseTurbineUserGroupRole.getTurbineUser(java.sql.Connection connection)
          Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
 TurbineUser BaseTurbineUser.copy()
          Makes a copy of this object.
 TurbineUser BaseTurbineUser.copy(java.sql.Connection con)
          Makes a copy of this object using connection.
 TurbineUser BaseTurbineUser.copy(boolean deepcopy)
          Makes a copy of this object.
 TurbineUser BaseTurbineUser.copy(boolean deepcopy, java.sql.Connection con)
          Makes a copy of this object using connection.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj)
          Fills the copyObj with the contents of this object.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser 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 TurbineUser
static void BaseTurbineUserPeer.populateObject(com.workingdogs.village.Record row, int offset, TurbineUser obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseTurbineUserPeer.doSelect(TurbineUser obj)
          Method to do selects
static void BaseTurbineUserPeer.doInsert(TurbineUser obj)
          Method to do inserts
static void BaseTurbineUserPeer.doUpdate(TurbineUser obj)
           
static void BaseTurbineUserPeer.doDelete(TurbineUser obj)
           
static void BaseTurbineUserPeer.doInsert(TurbineUser obj, java.sql.Connection con)
          Method to do inserts.
static void BaseTurbineUserPeer.doUpdate(TurbineUser obj, java.sql.Connection con)
          Method to do update.
static void BaseTurbineUserPeer.doDelete(TurbineUser obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseTurbineUserPeer.buildCriteria(TurbineUser obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseTurbineUserPeer.buildSelectCriteria(TurbineUser obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
 void BaseTurbineUserGroupRole.setTurbineUser(TurbineUser v)
          Declares an association between this object and a TurbineUser object
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj)
          Fills the copyObj with the contents of this object.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser 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.