B C D E F G H I L M O P R S T V

B

Blog - Class in org.opensubsystems.blog.data
Blog is a list of entries.
Blog() - Constructor for class org.opensubsystems.blog.data.Blog
Empty blog initialized to default parameters
Blog(int) - Constructor for class org.opensubsystems.blog.data.Blog
Empty blog for a specified domain initialized to default parameters
Blog(int, int, String, String, String, Timestamp, Timestamp) - Constructor for class org.opensubsystems.blog.data.Blog
Create blog from a given parameters.
BLOG_CAPTION_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of blog caption.
BLOG_COLUMNS - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
All columns in a blog table in the order in which they will be retrieved
BLOG_COMMENTS_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_DB2 - Static variable in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_HSQLDB - Static variable in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_MSSQL - Static variable in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_ORACLE - Static variable in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_POSTGRES - Static variable in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_SAPDB - Static variable in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Maximal length of blog comments.
BLOG_COMMENTS_MAXLENGTH_SYBASE - Static variable in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Maximal length of blog comments.
BLOG_FOLDER_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of blog folder.
BLOG_SCHEMA_NAME - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Name identifies this schema in the database.
BLOG_SCHEMA_VERSION - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Version of this schema in the database.
BLOG_TABLE_NAME - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Table name where blog informations are stored.
BLOGBROWSER_BLOG_INDEX_PAGE - Static variable in class org.opensubsystems.blog.www.BlogBrowserServlet
Name of the property for page which is the main entry point to the blog functionality.
BLOGBROWSER_BLOG_VIEWER_PAGE - Static variable in class org.opensubsystems.blog.www.BlogBrowserServlet
Name of the property for page to view single blog.
BLOGBROWSER_BLOGENTRY_VIEWER_PAGE - Static variable in class org.opensubsystems.blog.www.BlogBrowserServlet
Name of the property for page to view single blog entry.
BlogBrowserServlet - Class in org.opensubsystems.blog.www
Servlet responsible for browsing blogs and their entries as if they were displayed using a static website consisting of pages with .html extension.
BlogBrowserServlet() - Constructor for class org.opensubsystems.blog.www.BlogBrowserServlet
 
BlogController - Interface in org.opensubsystems.blog.logic
This interface define business logic related to blogs.
BlogControllerImpl - Class in org.opensubsystems.blog.logic.impl
The main entry point to all business functionality connected with blogs.
BlogControllerImpl() - Constructor for class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Default constructor.
BlogDatabaseFactory - Class in org.opensubsystems.blog.persist.db
Data factory to retrieve and manipulate blogs in the persistence store.
BlogDatabaseFactory() - Constructor for class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
Default constructor.
BlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db
Database specific operations related to persistence of blogs and their entries.
BlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Default constructor.
BLOGEDIT_CONFIRMDELETE_BLOG_PAGE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for page to confirm deletion of blog.
BLOGEDIT_CONFIRMDELETE_BLOGENTRY_PAGE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for page to confirm deletion of blog entry
BLOGEDIT_LOGIN - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for user name used to login.
BLOGEDIT_LOGIN_PAGE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for page to login.
BLOGEDIT_LOGOUT_PAGE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for page to logout.
BLOGEDIT_NEW_BLOG_PAGE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for page to create new blog.
BLOGEDIT_NEWENTRY_BLOG_PAGE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for page to create new blog entry.
BLOGEDIT_PASSWORD - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Name of the property for password used to login.
BlogEditServlet - Class in org.opensubsystems.blog.www
Servlet responsible for browsing and editing of blogs and their entries.
BlogEditServlet() - Constructor for class org.opensubsystems.blog.www.BlogEditServlet
 
BLOGENTRY_CAPTION_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of entry caption.
BLOGENTRY_COMMENTS_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_DB2 - Static variable in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_HSQLDB - Static variable in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_MSSQL - Static variable in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_ORACLE - Static variable in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_POSTGRES - Static variable in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_SAPDB - Static variable in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_COMMENTS_MAXLENGTH_SYBASE - Static variable in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Maximal length of blog entry comments.
BLOGENTRY_IMAGEURL_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of entry image URL.
BLOGENTRY_TABLE_NAME - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Table name where blog entry informations are stored.
BLOGENTRY_TARGETURL_MAXLENGTH - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Maximal length of entry target URL.
BlogFactory - Interface in org.opensubsystems.blog.persist
This interface defines methods to create, retrieve and manipulate blogs in the persistance store.
BlogNavigator - Class in org.opensubsystems.blog.www
Class responsible for parsing and creating URLs for blogs and their entries.
BlogNavigator(HttpServletRequest) - Constructor for class org.opensubsystems.blog.www.BlogNavigator
Creates a new instance of BlogNavigator

C

constructor() - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
create(DataObject) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
create(DataObject) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
create(Collection) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
create(DataObject) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
create(Collection) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
create(Connection, String) - Method in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
createBlogEntryPage(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
Create blog page for the path requested by user
createIndexPage(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
Create index page of all entries in the blog.
createMainIndexPage(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
Create main index page of all blogs.

D

DB2BlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.db2
Database specific operations related to persistence of blogs and their entries.
DB2BlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Default constructor.
delete(int) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
delete(int, int) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
delete(int, int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
deleteEntry(int) - Method in interface org.opensubsystems.blog.logic.BlogController
Delete entry.
deleteEntry(int) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Delete entry.
deleteRelatedData(Connection, int, int) - Method in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet

E

Entry - Class in org.opensubsystems.blog.data
Entry within a blog.
Entry() - Constructor for class org.opensubsystems.blog.data.Entry
Empty entry initialized to default parameters
Entry(int) - Constructor for class org.opensubsystems.blog.data.Entry
Empty entry for a specified domain initialized to default parameters
Entry(int, int) - Constructor for class org.opensubsystems.blog.data.Entry
Empty entry for a specified domain and parent initialized to default parameters
Entry(int, int, int, String, String, String, String, Timestamp, Timestamp) - Constructor for class org.opensubsystems.blog.data.Entry
Create entry from a given parameters.
ENTRY_COLUMNS - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
All columns in a entry table in the order in which they will be retrieved
EntryDatabaseFactory - Class in org.opensubsystems.blog.persist.db
Data factory to retrieve and manipulate entries in the persistence store.
EntryDatabaseFactory() - Constructor for class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
Default constructor.
EntryFactory - Interface in org.opensubsystems.blog.persist
This interface defines methods to create, retrieve and manipulate entries in the persistance store.

F

FORM_CONFIRMDELETE_BLOG_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to display delete blog dialog.
FORM_CONFIRMDELETE_BLOGENTRY_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to display delete blog entry dialog.
FORM_COUNT_BLOGBROWSER - Static variable in class org.opensubsystems.blog.www.BlogBrowserServlet
Constant for number of forms recognized by this servlet
FORM_COUNT_BLOGEDIT - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
How many forms this servlet recognizes.
FORM_CREATE_BLOG_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to create new blog.
FORM_CREATE_BLOG_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to display create blog dialog.
FORM_CREATE_BLOGENTRY_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to create blog entry dialog.
FORM_CREATE_BLOGENTRY_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to create blog entry.
FORM_DELETE_BLOG_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to delete blog.
FORM_DELETE_BLOG_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to delete blog.
FORM_DELETE_BLOGENTRY_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to delete blog entry.
FORM_DELETE_BLOGENTRY_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to delete blog entry.
FORM_EDIT_BLOG_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to edit blog.
FORM_EDIT_BLOG_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to display edit blog dialog.
FORM_EDIT_BLOG_NAME_CREATE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to create blog.
FORM_EDIT_BLOG_NAME_CREATEENTRY - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to display create blog entry dialog.
FORM_EDIT_BLOG_NAME_DELETE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to display delete blog dialog.
FORM_EDIT_BLOGENTRY_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to edit blog entry.
FORM_EDIT_BLOGENTRY_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to display edit blog entry dialog.
FORM_EDIT_BLOGENTRY_NAME_DELETE - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to display delete blog entry dialog.
FORM_LOGIN_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to login to the application.
FORM_LOGIN_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to login to the application.
FORM_LOGOUT_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to logout from the application.
FORM_LOGOUT_NAME - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Names of the form and action to logout from the application.
FORM_NEW_BLOG_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to display new blog dialog.
FORM_NEWENTRY_BLOG_ID - Static variable in class org.opensubsystems.blog.www.BlogEditServlet
Constants for action to display create blog entry dialog.

G

get(String) - Method in interface org.opensubsystems.blog.logic.BlogController
Get blog knowing just the folder where it's entries are displayed.
get(String) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Get blog knowing just the folder where it's entries are displayed.
get(int) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
get(String) - Method in interface org.opensubsystems.blog.persist.BlogFactory
Get blog data knowing just the folder where it's entries are displayed.
get(int, int) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
get(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
Get blog data knowing just the folder where it's entries are displayed.
get(int, int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
getAll() - Method in interface org.opensubsystems.blog.logic.BlogController
Get all blogs.
getAll() - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Get all blogs.
getAll() - Method in interface org.opensubsystems.blog.persist.BlogFactory
Return collection of all Blogs in the persistance store.
getAll() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
Return collection of all Blogs in the persistance store.
getAll(int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
Get all entries from blog
getAll(int) - Method in interface org.opensubsystems.blog.persist.EntryFactory
Get all entries from blog
getBlogEntryIdentification(HttpServletRequest) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get blog and entries which coresponds to given request.
getBlogEntryURL(String, int) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the page which displays specified blog entry.
getBlogIdentification(HttpServletRequest) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get blog which coresponds to given request.
getBlogRootURL(String) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the root directory where all entries for given blog exist.
getBlogURL(Object) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the page that displays specified blog.
getCaption() - Method in class org.opensubsystems.blog.data.Blog
Caption is more descriptive name of the blog.
getCaption() - Method in class org.opensubsystems.blog.data.Entry
Caption is more descriptive name of the entry.
getCaptionMaxLength() - Method in class org.opensubsystems.blog.data.Blog
 
getCaptionMaxLength() - Method in class org.opensubsystems.blog.data.Entry
 
getCaptionMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Blog
 
getCaptionMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Entry
 
getComments() - Method in class org.opensubsystems.blog.data.Blog
Comments is any additional description of the blog.
getComments() - Method in class org.opensubsystems.blog.data.Entry
Comments is any additional description of the entry.
getCommentsMaxLength() - Method in class org.opensubsystems.blog.data.Blog
 
getCommentsMaxLength() - Method in class org.opensubsystems.blog.data.Entry
 
getCommentsMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Blog
 
getCommentsMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Entry
 
getController() - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
Get controller to invoke business logic.
getDataFactory() - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
getDataFactory(DataObject) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
getDeleteBlogById() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to delete blog by id
getDeleteEntryById() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to delete entry by id
getEntries(int) - Method in interface org.opensubsystems.blog.logic.BlogController
Get all entries for a given blog.
getEntries(int) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Get all entries for a given blog.
getFolder() - Method in class org.opensubsystems.blog.data.Blog
Folder allows to organize blogs within folders.
getFolderMaxLength() - Method in class org.opensubsystems.blog.data.Blog
 
getFolderMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Blog
 
getFormToProcess(HttpServletRequest) - Method in class org.opensubsystems.blog.www.BlogEditServlet
getImageURL() - Method in class org.opensubsystems.blog.data.Entry
Image URL of image associated with the entry.
getImageURLMaxLength() - Method in class org.opensubsystems.blog.data.Entry
 
getImageURLMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Entry
 
getInsertBlog() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Method returns simple insert blog query.
getInsertBlog() - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Method returns simple insert blog query.
getInsertBlog() - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Method returns simple insert blog query.
getInsertBlog() - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Method returns simple insert blog query.
getInsertBlog() - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Method returns simple insert blog query.
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Get query that inserts a blog to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntry() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Method returns simple insert entry query.
getInsertEntry() - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Method returns simple insert entry query.
getInsertEntry() - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Method returns simple insert entry query.
getInsertEntry() - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Method returns simple insert entry query.
getInsertEntry() - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Method returns simple insert entry query.
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getInsertEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Get query that inserts a entry to the database and fetches database generated values such as the generated id and creation timestamp
getIsPreformated() - Method in class org.opensubsystems.blog.data.Blog
Flag signaling if the text contains formatting or not.
getIsPreformated() - Method in class org.opensubsystems.blog.data.Entry
Flag signaling if the text contains formatting or not.
getLast(int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
Get last added entry added to the specified blog
getLast(int) - Method in interface org.opensubsystems.blog.persist.EntryFactory
Get last added entry added to the specified blog
getNavigator(HttpServletRequest) - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
Get instance of navigator object suitable for processing current request.
getParentId() - Method in class org.opensubsystems.blog.data.Entry
Id of the parent this entry belongs to.
getPostURL() - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to where a form can be posted to be processed
getRootURL() - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the root directory where all blogs exist.
getSelectAllBlogs(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to load all blogs sorted by creation date
getSelectAllEntries(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to load all entries sorted by date from newest to oldest.
getSelectBlogByFolder(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to load blog by folder
getSelectBlogById(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to load blog by id
getSelectEntryById(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to load entry by id
getSelectLastEntry(String) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query to load last created entry
getServletInfo() - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
getServletInfo() - Method in class org.opensubsystems.blog.www.BlogEditServlet
getTargetURL() - Method in class org.opensubsystems.blog.data.Entry
Target URL to display when user clicks on the image associated with this entry.
getTargetURLMaxLength() - Method in class org.opensubsystems.blog.data.Entry
 
getTargetURLMaxLengthStatic() - Static method in class org.opensubsystems.blog.data.Entry
 
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateBlogAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Get query that updates blog in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.db2.DB2BlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getUpdateEntryAndFetchGeneratedValues() - Method in class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Get query that updates entry in the database and fetches database generated values such as the updated modification timestamp
getURL(Blog) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the page which displays this blog.
getURL(Blog, Entry) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the page which displays specified entry.
getURL(BlogEntryIdentification) - Method in class org.opensubsystems.blog.www.BlogNavigator
Get URL to the page which displays specified blog entry.
getWithEntries(String) - Method in interface org.opensubsystems.blog.logic.BlogController
Get blog and its entries knowing just the folder where it's entries are displayed.
getWithEntries(String) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Get blog and its entries knowing just the folder where it's entries are displayed.
getWithEntry(String, int) - Method in interface org.opensubsystems.blog.logic.BlogController
Get blog and entry knowing just the folder where the entry are displayed and the id of the entry.
getWithEntry(int, int) - Method in interface org.opensubsystems.blog.logic.BlogController
Get blog and entry knowing just the id of the blog and the id of the entry.
getWithEntry(String, int) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Get blog and entry knowing just the folder where the entry are displayed and the id of the entry.
getWithEntry(int, int) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Get blog and entry knowing just the id of the blog and the id of the entry.

H

handleSQLException(SQLException, Connection, int, int, Object) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
HsqlDBBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.hsqldb
Database specific operations related to persistence of blogs and their entries.
HsqlDBBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.hsqldb.HsqlDBBlogDatabaseSchema
Default constructor.

I

init(ServletConfig) - Method in class org.opensubsystems.blog.www.BlogBrowserServlet
init(ServletConfig) - Method in class org.opensubsystems.blog.www.BlogEditServlet
isLoginPage() - Method in class org.opensubsystems.blog.www.BlogNavigator
Test if the requested path is path to the page where user can login to the system.
isLogoutPage() - Method in class org.opensubsystems.blog.www.BlogNavigator
Test if the requested path is path to the page where user can login to the system.
isSame(Object) - Method in class org.opensubsystems.blog.data.Blog
isSame(Object) - Method in class org.opensubsystems.blog.data.Entry

L

load(ResultSet, int) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
LOGIN_WEB_PAGE - Static variable in class org.opensubsystems.blog.www.BlogNavigator
Page where user can login to the system.
LOGOUT_WEB_PAGE - Static variable in class org.opensubsystems.blog.www.BlogNavigator
Page where user can logout to the system.

M

m_bIsPreformated - Variable in class org.opensubsystems.blog.data.Blog
Flag signaling if the text contains formatting or not.
m_bIsPreformated - Variable in class org.opensubsystems.blog.data.Entry
Flag signaling if the text contains formatting or not.
m_blogFactory - Variable in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Factory to use to execute persistence operations.
m_entryFactory - Variable in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
Factory to use to execute persistence operations.
m_hsrqRequest - Variable in class org.opensubsystems.blog.www.BlogNavigator
Request that will be used by this navigator
m_iParentId - Variable in class org.opensubsystems.blog.data.Entry
Parent ID is the ID of the blog this entry belongs to.
m_schema - Variable in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
Schema to use to execute database dependent operations.
m_strBlogDirectoryURL - Variable in class org.opensubsystems.blog.www.BlogNavigator
URL to the directory containing all blogs.
m_strCaption - Variable in class org.opensubsystems.blog.data.Blog
Caption is more descriptive name of the blog.
m_strCaption - Variable in class org.opensubsystems.blog.data.Entry
Caption is more descriptive name of the entry.
m_strComments - Variable in class org.opensubsystems.blog.data.Blog
Comments is any additional description of the blog.
m_strComments - Variable in class org.opensubsystems.blog.data.Entry
Comments is any additional text for the entry.
m_strFolder - Variable in class org.opensubsystems.blog.data.Blog
Folder allows to organize blogs within folders.
m_strImageURL - Variable in class org.opensubsystems.blog.data.Entry
Image URL of image associated with the entry.
m_strLogin - Variable in class org.opensubsystems.blog.www.BlogEditServlet
User name to use to login to the application.
m_strPassword - Variable in class org.opensubsystems.blog.www.BlogEditServlet
Password to use to login to the application.
m_strTargetURL - Variable in class org.opensubsystems.blog.data.Entry
Target URL for the image when user clicks on the image.
MaxDBBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.maxdb
Database specific operations related to persistence of blogs and entries in SapDB.
MaxDBBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.maxdb.MaxDBBlogDatabaseSchema
Default constructor.
MSSQLBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.mssql
Database specific operations related to persistence of blogs and their entries.
MSSQLBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.mssql.MSSQLBlogDatabaseSchema
Default constructor.
MySQLBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.mysql
Database specific operations related to persistence of blogs and their entries.
MySQLBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.mysql.MySQLBlogDatabaseSchema
Default constructor.

O

OracleBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.oracle
Database specific operations related to persistence of blogs and their entries.
OracleBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.oracle.OracleBlogDatabaseSchema
Default constructor.
org.opensubsystems.blog.data - package org.opensubsystems.blog.data
 
org.opensubsystems.blog.logic - package org.opensubsystems.blog.logic
 
org.opensubsystems.blog.logic.impl - package org.opensubsystems.blog.logic.impl
 
org.opensubsystems.blog.persist - package org.opensubsystems.blog.persist
 
org.opensubsystems.blog.persist.db - package org.opensubsystems.blog.persist.db
 
org.opensubsystems.blog.persist.db.db2 - package org.opensubsystems.blog.persist.db.db2
 
org.opensubsystems.blog.persist.db.hsqldb - package org.opensubsystems.blog.persist.db.hsqldb
 
org.opensubsystems.blog.persist.db.maxdb - package org.opensubsystems.blog.persist.db.maxdb
 
org.opensubsystems.blog.persist.db.mssql - package org.opensubsystems.blog.persist.db.mssql
 
org.opensubsystems.blog.persist.db.mysql - package org.opensubsystems.blog.persist.db.mysql
 
org.opensubsystems.blog.persist.db.oracle - package org.opensubsystems.blog.persist.db.oracle
 
org.opensubsystems.blog.persist.db.postgresql - package org.opensubsystems.blog.persist.db.postgresql
 
org.opensubsystems.blog.persist.db.sapdb - package org.opensubsystems.blog.persist.db.sapdb
 
org.opensubsystems.blog.persist.db.sybase - package org.opensubsystems.blog.persist.db.sybase
 
org.opensubsystems.blog.www - package org.opensubsystems.blog.www
 

P

parseBlogFromRequest(HttpServletRequest) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Create new instance of blog from a HTTP request.
parseEntryFromRequest(HttpServletRequest) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Create new instance of blog entry from a HTTP request..
PostgreSQLBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.postgresql
Database specific operations related to persistence of blogs and their entries.
PostgreSQLBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.postgresql.PostgreSQLBlogDatabaseSchema
Default constructor.
processConfirmDeleteBlogForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to display dialog to confirm deletion of a blog.
processConfirmDeleteEntryForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to display dialog to confirm deletion of a blog entry.
processCreateBlogForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to actually create new blog from supplied information.
processCreateEntryForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to actually create new blog entry.
processDeleteBlogForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to delete specified blog.
processDeleteEntryForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to delete specified blog entry.
processEditBlogError(HttpServletRequest, HttpServletResponse, Blog) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process recoverable error, which has occured while saving blog.
processEditBlogForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to save modified information about blog.
processEditEntryError(HttpServletRequest, HttpServletResponse, Entry) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process recoverable error, which has occured while saving entry.
processEditEntryForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to save modified blog entry.
processLoginForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to login to the application.
processLogoutForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to logout from the application.
processNewBlogForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to display dialog to create new blog.
processNewEntryBlogForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to display dialog to create new blog entry.
processNewLoginForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to display login dialog.
processNewLogoutForm(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet
Process form to display logout dialog.

R

redirectToLogin(HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet

S

s_iCaptionMaxLength - Static variable in class org.opensubsystems.blog.data.Blog
Maximal length of the caption field.
s_iCaptionMaxLength - Static variable in class org.opensubsystems.blog.data.Entry
Maximal length of the caption field.
s_iCommentsMaxLength - Static variable in class org.opensubsystems.blog.data.Blog
Maximal length of the comments field.
s_iCommentsMaxLength - Static variable in class org.opensubsystems.blog.data.Entry
Maximal length of the comments field.
s_iFolderMaxLength - Static variable in class org.opensubsystems.blog.data.Blog
Maximal length of the folder field.
s_iImageURLMaxLength - Static variable in class org.opensubsystems.blog.data.Entry
Maximal length of the image URL field.
s_iTargetURLMaxLength - Static variable in class org.opensubsystems.blog.data.Entry
Maximal length of the target URL field.
SapDBBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.sapdb
Database specific operations related to persistence of blogs and their entries.
SapDBBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.sapdb.SapDBBlogDatabaseSchema
Default constructor.
save(ModifiableDataObject) - Method in class org.opensubsystems.blog.logic.impl.BlogControllerImpl
save(ModifiableDataObject) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
save(ModifiableDataObject) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
setCaptionMaxLength(int) - Static method in class org.opensubsystems.blog.data.Blog
 
setCaptionMaxLength(int) - Static method in class org.opensubsystems.blog.data.Entry
 
setCommentsMaxLength(int) - Static method in class org.opensubsystems.blog.data.Blog
 
setCommentsMaxLength(int) - Static method in class org.opensubsystems.blog.data.Entry
 
setFolderMaxLength(int) - Static method in class org.opensubsystems.blog.data.Blog
 
setImageURLMaxLength(int) - Static method in class org.opensubsystems.blog.data.Entry
 
setParentId(int) - Method in class org.opensubsystems.blog.data.Entry
Id of the parent this entry belongs to.
setTargetURLMaxLength(int) - Static method in class org.opensubsystems.blog.data.Entry
 
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
setValuesForInsert(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.blog.persist.db.BlogDatabaseFactory
setValuesForUpdate(PreparedStatement, DataObject, int) - Method in class org.opensubsystems.blog.persist.db.EntryDatabaseFactory
SybaseBlogDatabaseSchema - Class in org.opensubsystems.blog.persist.db.sybase
Database specific operations related to persistence of blogs and their entries.
SybaseBlogDatabaseSchema() - Constructor for class org.opensubsystems.blog.persist.db.sybase.SybaseBlogDatabaseSchema
Default constructor.

T

TABLE_NAMES - Static variable in class org.opensubsystems.blog.persist.db.BlogDatabaseSchema
Map of table names belonging to this schema.

V

verifyLogin(HttpSession, HttpServletRequest, HttpServletResponse) - Method in class org.opensubsystems.blog.www.BlogEditServlet

B C D E F G H I L M O P R S T V

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