Uses of Class
org.apache.jetspeed.om.dbregistry.PortletDbEntry

Packages that use PortletDbEntry
org.apache.jetspeed.om.dbregistry   
 

Uses of PortletDbEntry in org.apache.jetspeed.om.dbregistry
 

Methods in org.apache.jetspeed.om.dbregistry that return PortletDbEntry
 org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletCategory.getPortletDbEntry()
           
 org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntry.copy()
          Makes a copy of this object.
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstance(long id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstance(long id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
protected  org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstanceImpl()
          Get a fresh instance of a PortletDbEntryManager
protected  org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a PortletDbEntry with the given id.
protected  org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a PortletDbEntry with the given id.
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryPeer.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.dbregistry.PortletDbEntry BasePortletDbEntryPeer.retrieveByPK(long pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletDbEntryPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
 org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletMediatype.getPortletDbEntry()
           
 org.apache.jetspeed.om.dbregistry.PortletDbEntry BasePortletParameter.getPortletDbEntry()
           
 

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



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