|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.utils.impl.BlogImpl
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 |
protected StoredBlog blog
protected MappedConfiguration configuration
Constructor Detail |
public BlogImpl(StoredBlog sb)
Method Detail |
public int getBlogId()
Blog
getBlogId
in interface Blog
public BaseConfigurablePeer getConfigurablePeer()
public java.lang.String getDescription()
Blog
getDescription
in interface Blog
public java.lang.String getName()
Blog
getName
in interface Blog
public java.util.List getSections() throws org.apache.torque.TorqueException
Blog
getSections
in interface Blog
org.apache.torque.TorqueException
public java.util.List getSections(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.lang.String getTitle()
Blog
getTitle
in interface Blog
public MappedConfiguration getConfiguration()
Blog
getConfiguration
in interface Blog
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |