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

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

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

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

Methods in org.apache.jetspeed.om.dbregistry with parameters of type PortletCategory
static boolean BasePortletCategoryManager.exists(org.apache.jetspeed.om.dbregistry.PortletCategory obj)
           
protected  boolean BasePortletCategoryManager.existsImpl(org.apache.jetspeed.om.dbregistry.PortletCategory om)
          check for a duplicate project name
static void BasePortletCategoryPeer.populateObject(com.workingdogs.village.Record row, int offset, org.apache.jetspeed.om.dbregistry.PortletCategory obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BasePortletCategoryPeer.doSelect(org.apache.jetspeed.om.dbregistry.PortletCategory obj)
          Method to do selects
static void BasePortletCategoryPeer.doInsert(org.apache.jetspeed.om.dbregistry.PortletCategory obj)
          Method to do inserts
static void BasePortletCategoryPeer.doUpdate(org.apache.jetspeed.om.dbregistry.PortletCategory obj)
           
static void BasePortletCategoryPeer.doDelete(org.apache.jetspeed.om.dbregistry.PortletCategory obj)
           
static void BasePortletCategoryPeer.doInsert(org.apache.jetspeed.om.dbregistry.PortletCategory obj, java.sql.Connection con)
          Method to do inserts.
static void BasePortletCategoryPeer.doUpdate(org.apache.jetspeed.om.dbregistry.PortletCategory obj, java.sql.Connection con)
          Method to do update.
static void BasePortletCategoryPeer.doDelete(org.apache.jetspeed.om.dbregistry.PortletCategory obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BasePortletCategoryPeer.buildCriteria(org.apache.jetspeed.om.dbregistry.PortletCategory obj)
          Build a Criteria object from the data object for this peer
 void BasePortletDbEntry.addPortletCategory(org.apache.jetspeed.om.dbregistry.PortletCategory l)
          Method called to associate a PortletCategory object to this object through the PortletCategory foreign key attribute
 



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