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
 TurbineUser BaseTurbineUser.copy()
          Makes a copy of this object.
 TurbineUser BaseTurbineUser.copy(boolean deepcopy)
          Makes a copy of this object.
 TurbineUser BaseTurbineUser.copy(boolean deepcopy, Connection con)
          Makes a copy of this object using connection.
 TurbineUser BaseTurbineUser.copy(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, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, boolean deepcopy, Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, Connection con)
          Fills the copyObj with the contents of this object using connection.
 TurbineUser BaseTurbineUserGroupRole.getTurbineUser()
          Returns the associated TurbineUser object.
 TurbineUser BaseTurbineUserGroupRole.getTurbineUser(Connection connection)
          Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
static TurbineUser BaseTurbineUserPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static TurbineUser BaseTurbineUserPeer.retrieveByPK(int pk, 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, Connection con)
          Retrieve a single object by pk
static TurbineUser BaseTurbineUserPeer.row2Object(com.workingdogs.village.Record row, int offset, Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
 

Methods in org.apache.turbine.services.security.torque.om that return types with arguments of type TurbineUser
static List<TurbineUser> BaseTurbineUserPeer.doSelect(org.apache.torque.util.Criteria criteria)
          Method to do selects.
static List<TurbineUser> BaseTurbineUserPeer.doSelect(org.apache.torque.util.Criteria criteria, Connection con)
          Method to do selects within a transaction.
static List<TurbineUser> BaseTurbineUserPeer.doSelect(TurbineUser obj)
          Method to do selects
static List<TurbineUser> BaseTurbineUserPeer.populateObjects(List<com.workingdogs.village.Record> records)
          The returned List will contain objects of the default type or objects that inherit from the default.
static List<TurbineUser> BaseTurbineUserPeer.resultSet2Objects(ResultSet results)
          Get the list of objects for a ResultSet.
static List<TurbineUser> BaseTurbineUserPeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks)
          Retrieve a multiple objects by pk
static List<TurbineUser> BaseTurbineUserPeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks, Connection dbcon)
          Retrieve a multiple objects by pk
 

Methods in org.apache.turbine.services.security.torque.om with parameters of type TurbineUser
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
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj)
          Fills the copyObj with the contents of this object.
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, Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineUser BaseTurbineUser.copyInto(TurbineUser copyObj, Connection con)
          Fills the copyObj with the contents of this object using connection.
static void BaseTurbineUserPeer.doDelete(TurbineUser obj)
           
static void BaseTurbineUserPeer.doDelete(TurbineUser obj, Connection con)
          Method to delete.
static void BaseTurbineUserPeer.doInsert(TurbineUser obj)
          Method to do inserts
static void BaseTurbineUserPeer.doInsert(TurbineUser obj, Connection con)
          Method to do inserts.
static List<TurbineUser> BaseTurbineUserPeer.doSelect(TurbineUser obj)
          Method to do selects
static void BaseTurbineUserPeer.doUpdate(TurbineUser obj)
           
static void BaseTurbineUserPeer.doUpdate(TurbineUser obj, Connection con)
          Method to do update.
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.
 void BaseTurbineUserGroupRole.setTurbineUser(TurbineUser v)
          Declares an association between this object and a TurbineUser object
 



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.