Uses of Class
org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile

Packages that use JetspeedRoleProfile
org.apache.jetspeed.om.dbpsml   
org.apache.jetspeed.services.psmlmanager.db   
 

Uses of JetspeedRoleProfile in org.apache.jetspeed.om.dbpsml
 

Methods in org.apache.jetspeed.om.dbpsml that return JetspeedRoleProfile
 org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfile.copy()
          Makes a copy of this object.
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstance(int id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstance(int id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstanceImpl()
          Get a fresh instance of a JetspeedRoleProfileManager
protected  org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a JetspeedRoleProfile with the given id.
protected  org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfileManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a JetspeedRoleProfile with the given id.
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfilePeer.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.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfilePeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfilePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile BaseJetspeedRoleProfilePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 

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

Uses of JetspeedRoleProfile in org.apache.jetspeed.services.psmlmanager.db
 

Methods in org.apache.jetspeed.services.psmlmanager.db with parameters of type JetspeedRoleProfile
 org.apache.jetspeed.om.profile.Profile DatabasePsmlManagerService.createRoleProfile(org.apache.jetspeed.om.dbpsml.JetspeedRoleProfile entity, org.apache.jetspeed.om.profile.Portlets portlets)
          Creates a role profile from a JetspeedRoleProfile database object.
 



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