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

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

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

Methods in org.apache.jetspeed.om.dbpsml that return JetspeedGroupProfile
 org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfile.copy()
          Makes a copy of this object.
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstance(int id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstance(int id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstanceImpl()
          Get a fresh instance of a JetspeedGroupProfileManager
protected  org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a JetspeedGroupProfile with the given id.
protected  org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfileManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a JetspeedGroupProfile with the given id.
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfilePeer.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.JetspeedGroupProfile BaseJetspeedGroupProfilePeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfilePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile BaseJetspeedGroupProfilePeer.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 JetspeedGroupProfile
static boolean BaseJetspeedGroupProfileManager.exists(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
           
protected  boolean BaseJetspeedGroupProfileManager.existsImpl(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile om)
          check for a duplicate project name
static void BaseJetspeedGroupProfilePeer.populateObject(com.workingdogs.village.Record row, int offset, org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseJetspeedGroupProfilePeer.doSelect(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
          Method to do selects
static void BaseJetspeedGroupProfilePeer.doInsert(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
          Method to do inserts
static void BaseJetspeedGroupProfilePeer.doUpdate(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
           
static void BaseJetspeedGroupProfilePeer.doDelete(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
           
static void BaseJetspeedGroupProfilePeer.doInsert(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj, java.sql.Connection con)
          Method to do inserts.
static void BaseJetspeedGroupProfilePeer.doUpdate(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj, java.sql.Connection con)
          Method to do update.
static void BaseJetspeedGroupProfilePeer.doDelete(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseJetspeedGroupProfilePeer.buildCriteria(org.apache.jetspeed.om.dbpsml.JetspeedGroupProfile obj)
          Build a Criteria object from the data object for this peer
 

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

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



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