|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogEntryDAO
Method Summary | |
---|---|
java.util.List<BlogEntry> |
loadBlogEntries(Blog blog)
Loads all blog entries. |
BlogEntry |
loadBlogEntry(Blog blog,
java.lang.String blogEntryId)
Loads a specific blog entry. |
void |
removeBlogEntry(BlogEntry blogEntry)
Removes the specified blog entry. |
void |
storeBlogEntry(BlogEntry blogEntry)
Stores the specified blog entry. |
Method Detail |
---|
BlogEntry loadBlogEntry(Blog blog, java.lang.String blogEntryId) throws PersistenceException
blogEntryId
- the blog entry ID
PersistenceException
- if the specified blog entry cannot be loadedjava.util.List<BlogEntry> loadBlogEntries(Blog blog) throws PersistenceException
blog
- the Blog to load all entries for
PersistenceException
- if the blog entries cannot be loadedvoid storeBlogEntry(BlogEntry blogEntry) throws PersistenceException
blogEntry
- the blog entry to store
PersistenceException
- if something goes wrong storing the entryvoid removeBlogEntry(BlogEntry blogEntry) throws PersistenceException
blogEntry
- the blog entry to remove
PersistenceException
- if something goes wrong removing the entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |