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

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

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

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



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