net.sourceforge.blogentis.om
Interface Blog

All Known Implementing Classes:
BlogImpl

public interface Blog

Interface that keeps

Author:
abas

Method Summary
 int getBlogId()
          Get the numeric blog id if the blog.
 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.lang.String getTitle()
          Get the title of the blog.
 

Method Detail

getBlogId

public int getBlogId()
Get the numeric blog id if the blog.

Returns:
the blog id.

getName

public java.lang.String getName()
Get the name of the blog.

Returns:
the name of the blog.

getTitle

public java.lang.String getTitle()
Get the title of the blog.

Returns:
the title of the blog.

getDescription

public java.lang.String getDescription()
Get the description of the blog.

Returns:
the description of the blog.

getConfiguration

public MappedConfiguration getConfiguration()
Get the configuration settings for this blog.

Returns:
the configuration of the blog.

getSections

public java.util.List getSections()
                           throws org.apache.torque.TorqueException
Get the display-sorted list of sections of this blog

Returns:
a list of Sections, ordered by their display list;
Throws:
org.apache.torque.TorqueException


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