net.sourceforge.blogentis.om
Class SectionPeer

java.lang.Object
  extended byorg.apache.torque.util.BasePeer
      extended bynet.sourceforge.blogentis.om.BaseSectionPeer
          extended bynet.sourceforge.blogentis.om.SectionPeer
All Implemented Interfaces:
BaseConfigurablePeer, java.io.Serializable

public class SectionPeer
extends BaseSectionPeer
implements BaseConfigurablePeer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.blogentis.om.BaseSectionPeer
BLOG_ID, CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, DESCRIPTION, NAME, numColumns, OBJECT_DATA, SECTION_ID, TABLE_NAME, TITLE
 
Fields inherited from class org.apache.torque.util.BasePeer
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
SectionPeer()
           
 
Method Summary
 BaseConfigurable getConfigurable(org.apache.torque.om.ObjectKey key, java.sql.Connection con)
           
static Section retrieveSectionByPath(int blogId, java.lang.String sectionName)
           
 
Methods inherited from class net.sourceforge.blogentis.om.BaseSectionPeer
addSelectColumns, buildCriteria, buildCriteria, doDelete, doDelete, doDelete, doDelete, doDelete, doDelete, doInsert, doInsert, doInsert, doInsert, doSelect, doSelect, doSelect, doSelectJoinStoredBlog, 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

SectionPeer

public SectionPeer()
Method Detail

retrieveSectionByPath

public static Section retrieveSectionByPath(int blogId,
                                            java.lang.String sectionName)
                                     throws org.apache.torque.TorqueException,
                                            org.apache.torque.TooManyRowsException,
                                            org.apache.torque.NoRowsException
Throws:
org.apache.torque.TorqueException
org.apache.torque.TooManyRowsException
org.apache.torque.NoRowsException

getConfigurable

public BaseConfigurable getConfigurable(org.apache.torque.om.ObjectKey key,
                                        java.sql.Connection con)
                                 throws org.apache.torque.TorqueException
Specified by:
getConfigurable in interface BaseConfigurablePeer
Throws:
org.apache.torque.TorqueException


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.