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

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

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

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

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



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