Uses of Class
org.apache.jetspeed.om.security.turbine.TurbineUser

Packages that use TurbineUser
org.apache.jetspeed.om.security.turbine   
 

Uses of TurbineUser in org.apache.jetspeed.om.security.turbine
 

Methods in org.apache.jetspeed.om.security.turbine that return TurbineUser
 org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUser.copy()
          Makes a copy of this object.
 org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserGroupRole.getTurbineUser()
           
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstance(int id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstance(int id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstanceImpl()
          Get a fresh instance of a TurbineUserManager
protected  org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a TurbineUser with the given id.
protected  org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a TurbineUser with the given id.
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserPeer.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 org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.security.turbine.TurbineUser BaseTurbineUserPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 

Methods in org.apache.jetspeed.om.security.turbine with parameters of type TurbineUser
 void BaseTurbineUserGroupRole.setTurbineUser(org.apache.jetspeed.om.security.turbine.TurbineUser v)
          Declares an association between this object and a TurbineUser object
static boolean BaseTurbineUserManager.exists(org.apache.jetspeed.om.security.turbine.TurbineUser obj)
           
protected  boolean BaseTurbineUserManager.existsImpl(org.apache.jetspeed.om.security.turbine.TurbineUser om)
          check for a duplicate project name
static void BaseTurbineUserPeer.populateObject(com.workingdogs.village.Record row, int offset, org.apache.jetspeed.om.security.turbine.TurbineUser obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseTurbineUserPeer.doSelect(org.apache.jetspeed.om.security.turbine.TurbineUser obj)
          Method to do selects
static void BaseTurbineUserPeer.doInsert(org.apache.jetspeed.om.security.turbine.TurbineUser obj)
          Method to do inserts
static void BaseTurbineUserPeer.doUpdate(org.apache.jetspeed.om.security.turbine.TurbineUser obj)
           
static void BaseTurbineUserPeer.doDelete(org.apache.jetspeed.om.security.turbine.TurbineUser obj)
           
static void BaseTurbineUserPeer.doInsert(org.apache.jetspeed.om.security.turbine.TurbineUser obj, java.sql.Connection con)
          Method to do inserts.
static void BaseTurbineUserPeer.doUpdate(org.apache.jetspeed.om.security.turbine.TurbineUser obj, java.sql.Connection con)
          Method to do update.
static void BaseTurbineUserPeer.doDelete(org.apache.jetspeed.om.security.turbine.TurbineUser obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseTurbineUserPeer.buildCriteria(org.apache.jetspeed.om.security.turbine.TurbineUser obj)
          Build a Criteria object from the data object for this peer
 



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