Clearspace API (2.5.22) Core Javadocs

Uses of Class
com.jivesoftware.community.BlogPostNotFoundException

Packages that use BlogPostNotFoundException
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of BlogPostNotFoundException in com.jivesoftware.community
 

Methods in com.jivesoftware.community that throw BlogPostNotFoundException
 BlogPost Blog.getBlogPost(long blogPostID)
          Returns a blogpost by blogpost ID.
 BlogPost BlogManager.getBlogPost(long blogPostID)
          Returns the BlogPost specified by the blog post ID.
 BlogPost Blog.getBlogPost(String permalink, int year, int month, int day)
          Returns a blog post for a given permalink and year/month/day combination, where the permalink is the subject turned into a string value suitable to be a directory name.
 BlogPost BlogPost.getNextPost()
          Returns the next blogpost that has been published or null if this is the most recent post.
 BlogPost BlogPost.getPreviousPost()
          Returns the previous blogpost that has been published or null if this is the first post.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.