Uses of Class
net.sourceforge.blogentis.om.PostSection

Packages that use PostSection
net.sourceforge.blogentis.om   
 

Uses of PostSection in net.sourceforge.blogentis.om
 

Methods in net.sourceforge.blogentis.om that return PostSection
 PostSection BasePostSection.copy()
          Makes a copy of this object.
protected  PostSection BasePostSection.copyInto(PostSection copyObj)
           
static PostSection BasePostSectionPeer.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 PostSection BasePostSectionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static PostSection BasePostSectionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static PostSection BasePostSectionPeer.retrieveByPK(int post_id, int section_id)
          retrieve object using using pk values.
static PostSection BasePostSectionPeer.retrieveByPK(int post_id, int section_id, java.sql.Connection con)
          retrieve object using using pk values.
 

Methods in net.sourceforge.blogentis.om with parameters of type PostSection
 void BaseSection.addPostSection(PostSection l)
          Method called to associate a PostSection object to this object through the PostSection foreign key attribute
protected  PostSection BasePostSection.copyInto(PostSection copyObj)
           
 void BasePost.addPostSection(PostSection l)
          Method called to associate a PostSection object to this object through the PostSection foreign key attribute
static void BasePostSectionPeer.populateObject(com.workingdogs.village.Record row, int offset, PostSection obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BasePostSectionPeer.doSelect(PostSection obj)
          Method to do selects
static void BasePostSectionPeer.doInsert(PostSection obj)
          Method to do inserts
static void BasePostSectionPeer.doUpdate(PostSection obj)
           
static void BasePostSectionPeer.doDelete(PostSection obj)
           
static void BasePostSectionPeer.doInsert(PostSection obj, java.sql.Connection con)
          Method to do inserts.
static void BasePostSectionPeer.doUpdate(PostSection obj, java.sql.Connection con)
          Method to do update.
static void BasePostSectionPeer.doDelete(PostSection obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BasePostSectionPeer.buildCriteria(PostSection obj)
          Build a Criteria object from the data object for this peer
 



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