|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.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 Blogpublic BaseConfigurablePeer getConfigurablePeer()
public java.lang.String getDescription()
Blog
getDescription in interface Blogpublic java.lang.String getName()
Blog
getName in interface Blog
public java.util.List getSections()
throws org.apache.torque.TorqueException
Blog
getSections in interface Blogorg.apache.torque.TorqueException
public java.util.List getSections(org.apache.torque.util.Criteria criteria)
throws org.apache.torque.TorqueException
org.apache.torque.TorqueExceptionpublic java.lang.String getTitle()
Blog
getTitle in interface Blogpublic MappedConfiguration getConfiguration()
Blog
getConfiguration in interface Blog
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||