|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JetspeedUserProfile | |
org.apache.jetspeed.om.dbpsml | |
org.apache.jetspeed.services.psmlmanager.db |
Uses of JetspeedUserProfile in org.apache.jetspeed.om.dbpsml |
Methods in org.apache.jetspeed.om.dbpsml that return JetspeedUserProfile | |
org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfile.copy()
Makes a copy of this object. |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstance(int id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstance(int id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
protected org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstanceImpl()
Get a fresh instance of a JetspeedUserProfileManager |
protected org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a JetspeedUserProfile with the given id. |
protected org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfileManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a JetspeedUserProfile with the given id. |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfilePeer.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.JetspeedUserProfile |
BaseJetspeedUserProfilePeer.retrieveByPK(int pk)
Retrieve a single object by pk |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfilePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static org.apache.jetspeed.om.dbpsml.JetspeedUserProfile |
BaseJetspeedUserProfilePeer.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 JetspeedUserProfile | |
static boolean |
BaseJetspeedUserProfileManager.exists(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
|
protected boolean |
BaseJetspeedUserProfileManager.existsImpl(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile om)
check for a duplicate project name |
static void |
BaseJetspeedUserProfilePeer.populateObject(com.workingdogs.village.Record row,
int offset,
org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseJetspeedUserProfilePeer.doSelect(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
Method to do selects |
static void |
BaseJetspeedUserProfilePeer.doInsert(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
Method to do inserts |
static void |
BaseJetspeedUserProfilePeer.doUpdate(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
|
static void |
BaseJetspeedUserProfilePeer.doDelete(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
|
static void |
BaseJetspeedUserProfilePeer.doInsert(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseJetspeedUserProfilePeer.doUpdate(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseJetspeedUserProfilePeer.doDelete(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseJetspeedUserProfilePeer.buildCriteria(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile obj)
Build a Criteria object from the data object for this peer |
Uses of JetspeedUserProfile in org.apache.jetspeed.services.psmlmanager.db |
Methods in org.apache.jetspeed.services.psmlmanager.db with parameters of type JetspeedUserProfile | |
org.apache.jetspeed.om.profile.Profile |
DatabasePsmlManagerService.createUserProfile(org.apache.jetspeed.om.dbpsml.JetspeedUserProfile entity,
org.apache.jetspeed.om.profile.Portlets portlets)
Creates a user profile from a JetspeedUserProfile database object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |