net.sourceforge.blogentis.om
Class StoredBlog

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended bynet.sourceforge.blogentis.om.BaseConfigurable
          extended bynet.sourceforge.blogentis.om.BaseStoredBlog
              extended bynet.sourceforge.blogentis.om.StoredBlog
All Implemented Interfaces:
org.apache.torque.om.Persistent, org.apache.turbine.om.Retrievable, java.io.Serializable

public class StoredBlog
extends BaseStoredBlog
implements org.apache.torque.om.Persistent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.blogentis.om.BaseStoredBlog
collPosts, collSections
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
StoredBlog()
           
 
Method Summary
 BaseConfigurablePeer getConfigurablePeer()
           
 java.util.List getSections()
          If this collection has already been initialized, returns the collection.
 
Methods inherited from class net.sourceforge.blogentis.om.BaseStoredBlog
addPost, addSection, copy, copyInto, getBlogId, getByName, getByPeerName, getByPosition, getDescription, getFieldNames, getName, getObjectData, getPeer, getPosts, getPosts, getPosts, getPosts, getPostsJoinStoredBlog, getPrimaryKey, getQueryKey, getSections, getSections, getSections, getSectionsJoinStoredBlog, getTitle, initPosts, initSections, save, save, save, setBlogId, setDescription, setName, setObjectData, setPrimaryKey, setPrimaryKey, setQueryKey, setTitle, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

StoredBlog

public StoredBlog()
Method Detail

getConfigurablePeer

public BaseConfigurablePeer getConfigurablePeer()
Specified by:
getConfigurablePeer in class BaseConfigurable

getSections

public java.util.List getSections()
                           throws org.apache.torque.TorqueException
Description copied from class: BaseStoredBlog
If this collection has already been initialized, returns the collection. Otherwise returns the results of getSections(new Criteria())

Overrides:
getSections in class BaseStoredBlog
Throws:
org.apache.torque.TorqueException


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