| org.opensubsystems.blog.persist.EntryFactory
All known Subclasses: org.opensubsystems.blog.persist.db.EntryDatabaseFactory,
EntryFactory | public interface EntryFactory extends ModifiableDataFactory,ListFactory(Code) | | This interface defines methods to create, retrieve and manipulate entries
in the persistance store.
version: $Id: EntryFactory.java,v 1.4 2007/02/20 02:14:50 bastafidli Exp $ author: Miro Halas |
getLast | Entry getLast(int iBlogId) throws OSSException(Code) | | Get last added entry added to the specified blog
Parameters: iBlogId - - id of the blog to get entry from Entry - last added entry or null if no entry couldn't be found throws: OSSException - - an error has occured |
|
|