Uses of Class
net.sourceforge.pebble.domain.BlogEntry

Packages that use BlogEntry
net.sourceforge.pebble.api.decorator   
net.sourceforge.pebble.api.event   
net.sourceforge.pebble.api.event.blogentry   
net.sourceforge.pebble.api.permalink   
net.sourceforge.pebble.dao   
net.sourceforge.pebble.dao.file   
net.sourceforge.pebble.decorator   
net.sourceforge.pebble.domain   
net.sourceforge.pebble.event.blog   
net.sourceforge.pebble.index   
net.sourceforge.pebble.permalink   
net.sourceforge.pebble.web.action   
 

Uses of BlogEntry in net.sourceforge.pebble.api.decorator
 

Methods in net.sourceforge.pebble.api.decorator with parameters of type BlogEntry
 void ContentDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 

Uses of BlogEntry in net.sourceforge.pebble.api.event
 

Methods in net.sourceforge.pebble.api.event with parameters of type BlogEntry
 void EventDispatcher.fireEvents(BlogEntry blogEntry)
          Fires all outstanding events on a given blog entry.
 

Uses of BlogEntry in net.sourceforge.pebble.api.event.blogentry
 

Methods in net.sourceforge.pebble.api.event.blogentry that return BlogEntry
 BlogEntry BlogEntryEvent.getBlogEntry()
          Gets the blog entry that is the source of this event.
 

Constructors in net.sourceforge.pebble.api.event.blogentry with parameters of type BlogEntry
BlogEntryEvent(BlogEntry blogEntry, int type)
          Creates a new instance with the specified source and type.
BlogEntryEvent(BlogEntry blogEntry, java.util.List propertyChangeEvents)
          Creates a new instance with the specified source and type.
 

Uses of BlogEntry in net.sourceforge.pebble.api.permalink
 

Methods in net.sourceforge.pebble.api.permalink that return BlogEntry
 BlogEntry PermalinkProvider.getBlogEntry(java.lang.String uri)
          Gets the blog entry referred to by the specified URI.
 

Methods in net.sourceforge.pebble.api.permalink with parameters of type BlogEntry
 java.lang.String PermalinkProvider.getPermalink(BlogEntry blogEntry)
          Gets the permalink for a blog entry.
 

Uses of BlogEntry in net.sourceforge.pebble.dao
 

Methods in net.sourceforge.pebble.dao that return BlogEntry
 BlogEntry BlogEntryDAO.loadBlogEntry(Blog blog, java.lang.String blogEntryId)
          Loads a specific blog entry.
 

Methods in net.sourceforge.pebble.dao that return types with arguments of type BlogEntry
 java.util.List<BlogEntry> BlogEntryDAO.loadBlogEntries(Blog blog)
          Loads all blog entries.
 

Methods in net.sourceforge.pebble.dao with parameters of type BlogEntry
 void BlogEntryDAO.removeBlogEntry(BlogEntry blogEntry)
          Removes the specified blog entry.
 void BlogEntryDAO.storeBlogEntry(BlogEntry blogEntry)
          Stores the specified blog entry.
 

Uses of BlogEntry in net.sourceforge.pebble.dao.file
 

Methods in net.sourceforge.pebble.dao.file that return BlogEntry
 BlogEntry FileBlogEntryDAO.loadBlogEntry(Blog blog, java.lang.String blogEntryId)
          Loads a specific blog entry.
 

Methods in net.sourceforge.pebble.dao.file that return types with arguments of type BlogEntry
 java.util.List<BlogEntry> FileBlogEntryDAO.loadBlogEntries(Blog blog)
          Loads all blog entries.
 

Methods in net.sourceforge.pebble.dao.file with parameters of type BlogEntry
 void FileStaticPageDAO.removeBlogEntry(BlogEntry blogEntry)
          Removes the specified blog entry.
 void FileBlogEntryDAO.removeBlogEntry(BlogEntry blogEntry)
          Removes the specified blog entry.
 void FileStaticPageDAO.storeBlogEntry(BlogEntry blogEntry)
          Stores the specified blog entry.
 void FileBlogEntryDAO.storeBlogEntry(BlogEntry blogEntry)
          Stores the specified blog entry.
 

Constructors in net.sourceforge.pebble.dao.file with parameters of type BlogEntry
BlogEntryHandler(BlogEntry blogEntry)
           
 

Uses of BlogEntry in net.sourceforge.pebble.decorator
 

Methods in net.sourceforge.pebble.decorator with parameters of type BlogEntry
 void TrackBackAutoDiscoveryDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void RelativeUriDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ReadMoreDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void RadeoxDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void PhotoDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void HideUnapprovedResponsesDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ExcerptDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void EscapeMarkupDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void DisableTrackBacksDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void DisableResponseDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void DisableCommentsDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ContentDecoratorSupport.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void ContentDecoratorChain.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void BlogCategoriesDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 void AbstractTagsDecorator.decorate(ContentDecoratorContext context, BlogEntry blogEntry)
          Decorates the specified blog entry.
 java.lang.String TechnoratiTagsDecorator.getBaseUrl(BlogEntry blogEntry)
          Gets the base URL for tag links, complete with trailing slash.
 java.lang.String BlogTagsDecorator.getBaseUrl(BlogEntry blogEntry)
          Gets the base URL for tag links, complete with trailing slash.
abstract  java.lang.String AbstractTagsDecorator.getBaseUrl(BlogEntry blogEntry)
          Gets the base URL for tag links, complete with trailing slash.
 

Uses of BlogEntry in net.sourceforge.pebble.domain
 

Fields in net.sourceforge.pebble.domain declared as BlogEntry
protected  BlogEntry Response.blogEntry
          the parent blog entry
 

Methods in net.sourceforge.pebble.domain that return BlogEntry
 BlogEntry Response.getBlogEntry()
          Gets the owning blog entry.
 BlogEntry BlogService.getBlogEntry(Blog blog, java.lang.String blogEntryId)
          Gets the blog entry with the specified id.
 BlogEntry BlogEntry.getNextBlogEntry()
          Returns the blog entry that was posted after this one.
 BlogEntry Blog.getNextBlogEntry(BlogEntry blogEntry)
           
 BlogEntry BlogEntry.getPreviousBlogEntry()
          Returns the blog entry that was posted before this one.
 BlogEntry Blog.getPreviousBlogEntry(BlogEntry blogEntry)
           
 

Methods in net.sourceforge.pebble.domain that return types with arguments of type BlogEntry
 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)
           
 java.util.List<BlogEntry> Blog.getBlogEntries(java.util.List<java.lang.String> blogEntryIds)
          Gets blog entries for a given list of IDs.
 java.util.List<BlogEntry> Blog.getUnpublishedBlogEntries()
          Gets all unpublished blog entries for this blog.
 

Methods in net.sourceforge.pebble.domain with parameters of type BlogEntry
 BlogEntry Blog.getNextBlogEntry(BlogEntry blogEntry)
           
 BlogEntry Blog.getPreviousBlogEntry(BlogEntry blogEntry)
           
 void BlogService.putBlogEntry(BlogEntry blogEntry)
          Puts the blog entry with the specified id.
 void Day.removeBlogEntry(BlogEntry blogEntry)
           
 void BlogService.removeBlogEntry(BlogEntry blogEntry)
          Removes this blog entry.
 

Uses of BlogEntry in net.sourceforge.pebble.event.blog
 

Methods in net.sourceforge.pebble.event.blog with parameters of type BlogEntry
protected abstract  void PebbleAPIBlogEntryAggregator.postAggregate(BlogEntry blogEntry)
          Called after each blog entry is aggregated.
 

Uses of BlogEntry in net.sourceforge.pebble.index
 

Methods in net.sourceforge.pebble.index with parameters of type BlogEntry
 void TagIndex.index(BlogEntry blogEntry)
          Indexes a single blog entry.
 void SearchIndex.index(BlogEntry blogEntry)
          Allows a single blog entry to be (re)indexed.
 void CategoryIndex.index(BlogEntry blogEntry)
          Indexes a single blog entry.
 void BlogEntryIndex.index(BlogEntry blogEntry)
          Indexes a single blog entry.
 void AuthorIndex.index(BlogEntry blogEntry)
          Indexes a single blog entry.
 void TagIndex.unindex(BlogEntry blogEntry)
          Unindexes a single blog entry.
 void SearchIndex.unindex(BlogEntry blogEntry)
          Removes the index for a single blog entry to be removed.
 void CategoryIndex.unindex(BlogEntry blogEntry)
          Unindexes a single blog entry.
 void BlogEntryIndex.unindex(BlogEntry blogEntry)
          Unindexes a single blog entry.
 void AuthorIndex.unindex(BlogEntry blogEntry)
          Unindexes a single blog entry.
 

Method parameters in net.sourceforge.pebble.index with type arguments of type BlogEntry
 void TagIndex.index(java.util.List<BlogEntry> blogEntries)
          Indexes one or more blog entries.
 void ResponseIndex.index(java.util.List<BlogEntry> blogEntries)
          Indexes one or more blog entries.
 void CategoryIndex.index(java.util.List<BlogEntry> blogEntries)
          Indexes one or more blog entries.
 void BlogEntryIndex.index(java.util.List<BlogEntry> blogEntries)
          Indexes one or more blog entries.
 void AuthorIndex.index(java.util.List<BlogEntry> blogEntries)
          Indexes one or more blog entries.
 void SearchIndex.indexBlogEntries(java.util.List<BlogEntry> blogEntries)
          Allows a collection of blog entries to be indexed.
 

Uses of BlogEntry in net.sourceforge.pebble.permalink
 

Methods in net.sourceforge.pebble.permalink that return BlogEntry
 BlogEntry TitlePermalinkProvider.getBlogEntry(java.lang.String uri)
          Gets the blog entry referred to by the specified URI.
 BlogEntry ShortPermalinkProvider.getBlogEntry(java.lang.String uri)
          Gets the blog entry referred to by the specified URI.
 BlogEntry DefaultPermalinkProvider.getBlogEntry(java.lang.String uri)
          Gets the blog entry referred to by the specified URI.
 

Methods in net.sourceforge.pebble.permalink with parameters of type BlogEntry
 java.lang.String TitlePermalinkProvider.getPermalink(BlogEntry blogEntry)
          Gets the permalink for a blog entry.
 java.lang.String ShortPermalinkProvider.getPermalink(BlogEntry blogEntry)
          Gets the permalink for a blog entry.
 java.lang.String DefaultPermalinkProvider.getPermalink(BlogEntry blogEntry)
          Gets the permalink for a blog entry.
 

Uses of BlogEntry in net.sourceforge.pebble.web.action
 

Methods in net.sourceforge.pebble.web.action with parameters of type BlogEntry
protected  Comment AbstractCommentAction.createBlankComment(Blog blog, BlogEntry blogEntry, HttpServletRequest request)
           
protected  Comment AbstractCommentAction.createComment(HttpServletRequest request, BlogEntry blogEntry)
           
protected  void AbstractTrackBackAction.generateTrackBackLink(BlogEntry blogEntry)
           
protected  void AbstractCommentAction.saveComment(HttpServletRequest request, HttpServletResponse response, BlogEntry blogEntry, Comment comment)
           
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.