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()
          Get the associated TurbineRole object
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.
protected  TurbineRole BaseTurbineRole.copyInto(TurbineRole copyObj)
           
 TurbineRole BaseTurbineRolePermission.getTurbineRole()
          Get the associated TurbineRole object
 

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
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)
           
 void BaseTurbineRolePermission.setTurbineRole(TurbineRole v)
          Declares an association between this object and a TurbineRole object
 



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