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

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

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

Methods in org.apache.jetspeed.om.dbregistry that return PortletMediatype
 org.apache.jetspeed.om.dbregistry.PortletMediatype BasePortletMediatype.copy()
          Makes a copy of this object.
static org.apache.jetspeed.om.dbregistry.PortletMediatype BasePortletMediatypePeer.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.
 

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



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