|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceException | |
---|---|
net.sourceforge.pebble.dao | |
net.sourceforge.pebble.dao.file |
Uses of PersistenceException in net.sourceforge.pebble.dao |
---|
Methods in net.sourceforge.pebble.dao that throw PersistenceException | |
---|---|
void |
CategoryDAO.addCategory(Category category,
Blog blog)
Adds the specified category. |
void |
RefererFilterDAO.addRefererFilter(RefererFilter filter,
Blog rootBlog)
Adds the specified referer filter. |
void |
CategoryDAO.deleteCategory(Category category,
Blog blog)
Removes the specified category. |
void |
RefererFilterDAO.deleteRefererFilter(RefererFilter filter,
Blog rootBlog)
Removes the specified referer filter. |
Category |
CategoryDAO.getCategories(Blog blog)
Loads the categories. |
java.util.Collection |
RefererFilterDAO.getRefererFilters(Blog rootBlog)
Loads the referer filters. |
java.util.List<BlogEntry> |
BlogEntryDAO.loadBlogEntries(Blog blog)
Loads all blog entries. |
BlogEntry |
BlogEntryDAO.loadBlogEntry(Blog blog,
java.lang.String blogEntryId)
Loads a specific blog entry. |
StaticPage |
StaticPageDAO.loadStaticPage(Blog blog,
java.lang.String pageId)
Loads a specific static page. |
java.util.Collection<StaticPage> |
StaticPageDAO.loadStaticPages(Blog blog)
Loads the static pages for a given blog. |
void |
BlogEntryDAO.removeBlogEntry(BlogEntry blogEntry)
Removes the specified blog entry. |
void |
StaticPageDAO.removeStaticPage(StaticPage staticPage)
Removes the specified static page. |
void |
BlogEntryDAO.storeBlogEntry(BlogEntry blogEntry)
Stores the specified blog entry. |
void |
StaticPageDAO.storeStaticPage(StaticPage staticPage)
Stores the specified static page. |
void |
CategoryDAO.updateCategory(Category category,
Blog blog)
Updates the specified category. |
Uses of PersistenceException in net.sourceforge.pebble.dao.file |
---|
Methods in net.sourceforge.pebble.dao.file that throw PersistenceException | |
---|---|
void |
FileCategoryDAO.addCategory(Category category,
Blog blog)
Adds the specified category. |
void |
FileRefererFilterDAO.addRefererFilter(RefererFilter filter,
Blog rootBlog)
Adds the specified referer filter. |
void |
FileCategoryDAO.deleteCategory(Category category,
Blog blog)
Removes the specified category. |
void |
FileRefererFilterDAO.deleteRefererFilter(RefererFilter filter,
Blog rootBlog)
Removes the specified referer filter. |
Category |
FileCategoryDAO.getCategories(Blog blog)
Gets the categories for a particular blog. |
java.util.Collection |
FileRefererFilterDAO.getRefererFilters(Blog rootBlog)
Loads the referer filters. |
java.util.List<BlogEntry> |
FileBlogEntryDAO.loadBlogEntries(Blog blog)
Loads all blog entries. |
BlogEntry |
FileBlogEntryDAO.loadBlogEntry(Blog blog,
java.lang.String blogEntryId)
Loads a specific blog entry. |
StaticPage |
FileStaticPageDAO.loadStaticPage(Blog blog,
java.lang.String pageId)
Loads a specific static page. |
java.util.Collection<StaticPage> |
FileStaticPageDAO.loadStaticPages(Blog blog)
Loads the static pages for a given blog. |
void |
FileStaticPageDAO.removeBlogEntry(BlogEntry blogEntry)
Removes the specified blog entry. |
void |
FileBlogEntryDAO.removeBlogEntry(BlogEntry blogEntry)
Removes the specified blog entry. |
void |
FileStaticPageDAO.removeStaticPage(StaticPage staticPage)
Removes the specified static page. |
void |
FileStaticPageDAO.storeBlogEntry(BlogEntry blogEntry)
Stores the specified blog entry. |
void |
FileBlogEntryDAO.storeBlogEntry(BlogEntry blogEntry)
Stores the specified blog entry. |
void |
FileStaticPageDAO.storeStaticPage(StaticPage staticPage)
Stores the specified static page. |
void |
FileCategoryDAO.updateCategory(Category updatedCategory,
Blog blog)
Updates the specified category. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |