net.sourceforge.blogentis.utils.impl
Class BlogImpl

java.lang.Object
  extended bynet.sourceforge.blogentis.utils.impl.BlogImpl
All Implemented Interfaces:
Blog

public class BlogImpl
extends java.lang.Object
implements Blog

Author:
abas

Field Summary
protected  StoredBlog blog
           
protected  MappedConfiguration configuration
           
 
Constructor Summary
BlogImpl(StoredBlog sb)
           
 
Method Summary
 int getBlogId()
          Get the numeric blog id if the blog.
 BaseConfigurablePeer getConfigurablePeer()
           
 MappedConfiguration getConfiguration()
          Get the configuration settings for this blog.
 java.lang.String getDescription()
          Get the description of the blog.
 java.lang.String getName()
          Get the name of the blog.
 java.util.List getSections()
          Get the display-sorted list of sections of this blog
 java.util.List getSections(org.apache.torque.util.Criteria criteria)
           
 java.lang.String getTitle()
          Get the title of the blog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blog

protected StoredBlog blog

configuration

protected MappedConfiguration configuration
Constructor Detail

BlogImpl

public BlogImpl(StoredBlog sb)
Method Detail

getBlogId

public int getBlogId()
Description copied from interface: Blog
Get the numeric blog id if the blog.

Specified by:
getBlogId in interface Blog
Returns:
the blog id.

getConfigurablePeer

public BaseConfigurablePeer getConfigurablePeer()

getDescription

public java.lang.String getDescription()
Description copied from interface: Blog
Get the description of the blog.

Specified by:
getDescription in interface Blog
Returns:
the description of the blog.

getName

public java.lang.String getName()
Description copied from interface: Blog
Get the name of the blog.

Specified by:
getName in interface Blog
Returns:
the name of the blog.

getSections

public java.util.List getSections()
                           throws org.apache.torque.TorqueException
Description copied from interface: Blog
Get the display-sorted list of sections of this blog

Specified by:
getSections in interface Blog
Returns:
a list of Sections, ordered by their display list;
Throws:
org.apache.torque.TorqueException

getSections

public java.util.List getSections(org.apache.torque.util.Criteria criteria)
                           throws org.apache.torque.TorqueException
Throws:
org.apache.torque.TorqueException

getTitle

public java.lang.String getTitle()
Description copied from interface: Blog
Get the title of the blog.

Specified by:
getTitle in interface Blog
Returns:
the title of the blog.

getConfiguration

public MappedConfiguration getConfiguration()
Description copied from interface: Blog
Get the configuration settings for this blog.

Specified by:
getConfiguration in interface Blog
Returns:
the configuration of the blog.


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