net.sourceforge.blogentis.om
Class PostPeer

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

public class PostPeer
extends BasePostPeer
implements BaseConfigurablePeer

See Also:
Serialized Form

Field Summary
static int DRAFT_TYPE
           
static int PUBLISHED_TYPE
           
 
Fields inherited from class net.sourceforge.blogentis.om.BasePostPeer
AUTHOR_ID, BLOG_ID, CLASS_DEFAULT, CLASSNAME_DEFAULT, DATABASE_NAME, FULL_TEXT, numColumns, OBJECT_DATA, POST_ID, POST_TYPE, POSTED_TIME, SHORT_DESCRIPTION, TABLE_NAME, TITLE, URI_FRAGMENT
 
Fields inherited from class org.apache.torque.util.BasePeer
DEFAULT_MAP_BUILDER, IGNORE_CASE, log, ORDER_BY
 
Constructor Summary
PostPeer()
           
 
Method Summary
static java.util.List doSelectJoinBlog(org.apache.torque.util.Criteria c)
           
 BaseConfigurable getConfigurable(org.apache.torque.om.ObjectKey key, java.sql.Connection con)
           
 
Methods inherited from class net.sourceforge.blogentis.om.BasePostPeer
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
 

Field Detail

DRAFT_TYPE

public static final int DRAFT_TYPE
See Also:
Constant Field Values

PUBLISHED_TYPE

public static final int PUBLISHED_TYPE
See Also:
Constant Field Values
Constructor Detail

PostPeer

public PostPeer()
Method Detail

doSelectJoinBlog

public static java.util.List doSelectJoinBlog(org.apache.torque.util.Criteria c)
                                       throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

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.