Serialized Form


Package org.opensubsystems.blog.data

Class org.opensubsystems.blog.data.Blog extends org.opensubsystems.core.data.ModifiableDataObject implements Serializable

serialVersionUID: -6839950852321644561L

Serialized Fields

m_bIsPreformated

java.lang.Boolean m_bIsPreformated
Flag signaling if the text contains formatting or not. Example of such formatting is a newline character.


m_strFolder

java.lang.String m_strFolder
Folder allows to organize blogs within folders.


m_strCaption

java.lang.String m_strCaption
Caption is more descriptive name of the blog.


m_strComments

java.lang.String m_strComments
Comments is any additional description of the blog.

Class org.opensubsystems.blog.data.Entry extends org.opensubsystems.core.data.ModifiableDataObject implements Serializable

serialVersionUID: -2560701905097962342L

Serialized Fields

m_bIsPreformated

java.lang.Boolean m_bIsPreformated
Flag signaling if the text contains formatting or not. Example of such formatting is a newline character.


m_iParentId

int m_iParentId
Parent ID is the ID of the blog this entry belongs to.


m_strCaption

java.lang.String m_strCaption
Caption is more descriptive name of the entry.


m_strComments

java.lang.String m_strComments
Comments is any additional text for the entry.


m_strImageURL

java.lang.String m_strImageURL
Image URL of image associated with the entry.


m_strTargetURL

java.lang.String m_strTargetURL
Target URL for the image when user clicks on the image.


Package org.opensubsystems.blog.logic.impl

Class org.opensubsystems.blog.logic.impl.BlogControllerImpl extends org.opensubsystems.core.logic.impl.ModifiableDataControllerImpl implements Serializable

serialVersionUID: -4304971836362014336L

Serialized Fields

m_blogFactory

BlogFactory m_blogFactory
Factory to use to execute persistence operations.


m_entryFactory

EntryFactory m_entryFactory
Factory to use to execute persistence operations.


Package org.opensubsystems.blog.www

Class org.opensubsystems.blog.www.BlogBrowserServlet extends org.opensubsystems.core.www.WebUIServlet implements Serializable

serialVersionUID: 3131866602964809055L

Class org.opensubsystems.blog.www.BlogEditServlet extends BlogBrowserServlet implements Serializable

serialVersionUID: 7525262325709883457L

Serialized Fields

m_strLogin

java.lang.String m_strLogin
User name to use to login to the application.


m_strPassword

java.lang.String m_strPassword
Password to use to login to the application.



Copyright © 2003 - 2007 OpenSubsystems s.r.o.