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 BaseTurbineUserGroupRole.getTurbineRole()
          Returns the associated TurbineRole object.
 TurbineRole BaseTurbineUserGroupRole.getTurbineRole(java.sql.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()
          Returns the associated TurbineRole object.
 TurbineRole BaseTurbineRolePermission.getTurbineRole(java.sql.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.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 TurbineRole BaseTurbineRolePeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static TurbineRole BaseTurbineRolePeer.retrieveByPK(int pk, java.sql.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, java.sql.Connection con)
          Retrieve a single object by pk
 TurbineRole BaseTurbineRole.copy()
          Makes a copy of this object.
 TurbineRole BaseTurbineRole.copy(java.sql.Connection con)
          Makes a copy of this object using connection.
 TurbineRole BaseTurbineRole.copy(boolean deepcopy)
          Makes a copy of this object.
 TurbineRole BaseTurbineRole.copy(boolean deepcopy, java.sql.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, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
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, 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 TurbineRole
 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
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.
static java.util.List BaseTurbineRolePeer.doSelect(TurbineRole obj)
          Method to do selects
static void BaseTurbineRolePeer.doInsert(TurbineRole obj)
          Method to do inserts
static void BaseTurbineRolePeer.doUpdate(TurbineRole obj)
           
static void BaseTurbineRolePeer.doDelete(TurbineRole obj)
           
static void BaseTurbineRolePeer.doInsert(TurbineRole obj, java.sql.Connection con)
          Method to do inserts.
static void BaseTurbineRolePeer.doUpdate(TurbineRole obj, java.sql.Connection con)
          Method to do update.
static void BaseTurbineRolePeer.doDelete(TurbineRole obj, java.sql.Connection con)
          Method to delete.
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, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
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, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
 



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