|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogServiceException | |
---|---|
net.sourceforge.pebble.domain | |
net.sourceforge.pebble.web.action |
Uses of BlogServiceException in net.sourceforge.pebble.domain |
---|
Methods in net.sourceforge.pebble.domain that throw BlogServiceException | |
---|---|
java.util.List<BlogEntry> |
BlogService.getBlogEntries(Blog blog)
Gets all blog entries for the specified blog. |
java.util.List<BlogEntry> |
BlogService.getBlogEntries(Blog blog,
int year,
int month)
|
java.util.List<BlogEntry> |
BlogService.getBlogEntries(Blog blog,
int year,
int month,
int day)
|
BlogEntry |
BlogService.getBlogEntry(Blog blog,
java.lang.String blogEntryId)
Gets the blog entry with the specified id. |
Response |
BlogService.getResponse(Blog blog,
java.lang.String responseId)
Gets the blog entry with the specified id. |
StaticPage |
BlogService.getStaticPageById(Blog blog,
java.lang.String pageId)
Gets the page with the specified id. |
StaticPage |
BlogService.getStaticPageByName(Blog blog,
java.lang.String name)
Gets the static page with the specified name. |
java.util.List<StaticPage> |
BlogService.getStaticPages(Blog blog)
Gets the list of static pages for the given blog. |
void |
BlogService.putBlogEntry(BlogEntry blogEntry)
Puts the blog entry with the specified id. |
void |
BlogService.putStaticPage(StaticPage staticPage)
Puts the static page. |
void |
BlogService.removeBlogEntry(BlogEntry blogEntry)
Removes this blog entry. |
void |
BlogService.removeStaticPage(StaticPage staticPage)
Removes a static page. |
void |
AbstractBlog.storeProperties()
Stores the properties associated with this blog. |
Uses of BlogServiceException in net.sourceforge.pebble.web.action |
---|
Methods in net.sourceforge.pebble.web.action that throw BlogServiceException | |
---|---|
protected void |
AbstractCommentAction.saveComment(HttpServletRequest request,
HttpServletResponse response,
BlogEntry blogEntry,
Comment comment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |