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

Packages that use Section
net.sourceforge.blogentis.feed   
net.sourceforge.blogentis.modules.actions   
net.sourceforge.blogentis.om   
net.sourceforge.blogentis.turbine   
net.sourceforge.blogentis.utils   
net.sourceforge.blogentis.xmlrpc.impl   
 

Uses of Section in net.sourceforge.blogentis.feed
 

Constructors in net.sourceforge.blogentis.feed with parameters of type Section
SectionModifier(Section s)
           
 

Uses of Section in net.sourceforge.blogentis.modules.actions
 

Methods in net.sourceforge.blogentis.modules.actions that return Section
 Section BlogSectionMod.getSectionId(org.apache.turbine.util.RunData data)
           
 

Uses of Section in net.sourceforge.blogentis.om
 

Methods in net.sourceforge.blogentis.om that return Section
 Section BaseSection.copy()
          Makes a copy of this object.
protected  Section BaseSection.copyInto(Section copyObj)
           
 Section BasePostSection.getSection()
          Get the associated Section object
static Section BaseSectionPeer.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 Section BaseSectionPeer.retrieveByPK(int pk)
          Retrieve a single object by pk
static Section BaseSectionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static Section BaseSectionPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static Section SectionPeer.retrieveSectionByPath(int blogId, java.lang.String sectionName)
           
 

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

Uses of Section in net.sourceforge.blogentis.turbine
 

Fields in net.sourceforge.blogentis.turbine declared as Section
protected  Section BlogParameterParser.section
           
 

Methods in net.sourceforge.blogentis.turbine that return Section
 Section BlogParameterParser.getSection()
           
 

Uses of Section in net.sourceforge.blogentis.utils
 

Methods in net.sourceforge.blogentis.utils with parameters of type Section
 AbsoluteLinkURL AbsoluteLinkURL.permaLink(Section section)
           
 AbsoluteLinkURL AbsoluteLinkURL.setSection(Section sec)
           
 

Uses of Section in net.sourceforge.blogentis.xmlrpc.impl
 

Methods in net.sourceforge.blogentis.xmlrpc.impl with parameters of type Section
protected  java.util.Hashtable MovableTypeExecutor.getSectionHash(Section s)
           
 



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