| org.opensubsystems.blog.persist.BlogFactory
All known Subclasses: org.opensubsystems.blog.persist.db.BlogDatabaseFactory,
BlogFactory | public interface BlogFactory extends ModifiableDataFactory,ListFactory(Code) | | This interface defines methods to create, retrieve and manipulate blogs
in the persistance store.
version: $Id: BlogFactory.java,v 1.3 2007/02/20 02:14:51 bastafidli Exp $ author: Miro Halas |
Method Summary | |
Blog | get(String strFolder) Get blog data knowing just the folder where it's entries are displayed. |
get | Blog get(String strFolder) throws OSSException(Code) | | Get blog data knowing just the folder where it's entries are displayed.
Parameters: strFolder - - folder where entries for given folder are displayed Blog - specified blog or null if not found throws: OSSException - - an error has occured |
|
|