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

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

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

Methods in org.apache.turbine.services.security.torque.om that return TurbineUserGroupRole
static TurbineUserGroupRole BaseTurbineUserGroupRolePeer.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 TurbineUserGroupRole BaseTurbineUserGroupRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static TurbineUserGroupRole BaseTurbineUserGroupRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static TurbineUserGroupRole BaseTurbineUserGroupRolePeer.retrieveByPK(int userId, int groupId, int roleId)
          retrieve object using using pk values.
static TurbineUserGroupRole BaseTurbineUserGroupRolePeer.retrieveByPK(int userId, int groupId, int roleId, java.sql.Connection con)
          retrieve object using using pk values.
 TurbineUserGroupRole BaseTurbineUserGroupRole.copy()
          Makes a copy of this object.
 TurbineUserGroupRole BaseTurbineUserGroupRole.copy(java.sql.Connection con)
          Makes a copy of this object using connection.
 TurbineUserGroupRole BaseTurbineUserGroupRole.copy(boolean deepcopy)
          Makes a copy of this object.
 TurbineUserGroupRole BaseTurbineUserGroupRole.copy(boolean deepcopy, java.sql.Connection con)
          Makes a copy of this object using connection.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
          Fills the copyObj with the contents of this object.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole 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 TurbineUserGroupRole
static void BaseTurbineUserGroupRolePeer.populateObject(com.workingdogs.village.Record row, int offset, TurbineUserGroupRole obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseTurbineUserGroupRolePeer.doSelect(TurbineUserGroupRole obj)
          Method to do selects
static void BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj)
          Method to do inserts
static void BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj)
           
static void BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj)
           
static void BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj, java.sql.Connection con)
          Method to do inserts.
static void BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj, java.sql.Connection con)
          Method to do update.
static void BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseTurbineUserGroupRolePeer.buildCriteria(TurbineUserGroupRole obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseTurbineUserGroupRolePeer.buildSelectCriteria(TurbineUserGroupRole obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
          Fills the copyObj with the contents of this object.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj, boolean deepcopy)
          Fills the copyObj with the contents of this object.
protected  TurbineUserGroupRole BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj, boolean deepcopy, java.sql.Connection con)
          Fills the copyObj with the contents of this object using connection.
 void BaseTurbineUser.addTurbineUserGroupRole(TurbineUserGroupRole l)
          Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute
 void BaseTurbineUser.addTurbineUserGroupRole(TurbineUserGroupRole l, java.sql.Connection con)
          Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection.
 void BaseTurbineRole.addTurbineUserGroupRole(TurbineUserGroupRole l)
          Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute
 void BaseTurbineRole.addTurbineUserGroupRole(TurbineUserGroupRole l, java.sql.Connection con)
          Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection.
 void BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole l)
          Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute
 void BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole l, java.sql.Connection con)
          Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection.
 



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