org.apache.jetspeed.om.dbregistry
Class PortletDbEntryPeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended byorg.apache.jetspeed.om.dbregistry.BasePortletDbEntryPeer
          extended byorg.apache.jetspeed.om.dbregistry.PortletDbEntryPeer
All Implemented Interfaces:
java.io.Serializable

public class PortletDbEntryPeer
extends org.apache.jetspeed.om.dbregistry.BasePortletDbEntryPeer

Implements the Portlet Registry database operations

Version:
$Id: PortletDbEntryPeer.java,v 1.4 2004/08/29 22:35:39 jford Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.jetspeed.om.dbregistry.BasePortletDbEntryPeer
APPLICATION, CACHED_ON_URL, CLASS_DEFAULT, CLASSNAME, CLASSNAME_DEFAULT, DATABASE_NAME, DESCRIPTION, HIDDEN, ID, IMAGE, NAME, numColumns, PARENT, SECURITY, TABLE_NAME, TITLE, TYPE, URL
 
Fields inherited from class org.apache.torque.util.BasePeer
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
PortletDbEntryPeer()
           
 
Method Summary
static java.util.List fetchExtent()
           
static PortletEntry lookupPortletEntry(java.lang.String entryName)
           
static PortletEntry mapDatabaseToEntry(org.apache.jetspeed.om.dbregistry.PortletDbEntry pde)
           
static void removePortletEntry(java.lang.String entryName)
           
static void removePortletSubObjects(long id)
           
static void storePortletEntry(PortletEntry pe)
           
 
Methods inherited from class org.apache.jetspeed.om.dbregistry.BasePortletDbEntryPeer
addSelectColumns, buildCriteria, buildCriteria, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectVillageRecords, doSelectVillageRecords, doUpdate, doUpdate, doUpdate, doUpdate, getMapBuilder, getOMClass, getTableMap, populateObject, populateObjects, resultSet2Objects, retrieveByPK, retrieveByPK, retrieveByPK, retrieveByPKs, retrieveByPKs, row2Object
 
Methods inherited from class org.apache.torque.util.BasePeer
createPreparedStatement, createQueryString, deleteAll, deleteAll, doPSSelect, doPSSelect, doUpdate, doUpdate, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeQuery, executeStatement, executeStatement, executeStatement, getMapBuilder, getSelectResults, getSelectResults, getSelectResults, getSelectResults, handleMultipleRecords, hashtableToByteArray, initColumnNames, initCriteriaKeys, initTableColumns, initTableSchema, initTableSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDbEntryPeer

public PortletDbEntryPeer()
Method Detail

lookupPortletEntry

public static PortletEntry lookupPortletEntry(java.lang.String entryName)

mapDatabaseToEntry

public static PortletEntry mapDatabaseToEntry(org.apache.jetspeed.om.dbregistry.PortletDbEntry pde)
                                       throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

removePortletSubObjects

public static void removePortletSubObjects(long id)
                                    throws RegistryException
Throws:
RegistryException

fetchExtent

public static java.util.List fetchExtent()
                                  throws RegistryException
Throws:
RegistryException

storePortletEntry

public static void storePortletEntry(PortletEntry pe)
                              throws RegistryException
Throws:
RegistryException

removePortletEntry

public static void removePortletEntry(java.lang.String entryName)
                               throws RegistryException
Throws:
RegistryException


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