Uses of Interface
org.apache.aries.samples.blog.api.BlogAuthor

Packages that use BlogAuthor
org.apache.aries.samples.blog.api   
 

Uses of BlogAuthor in org.apache.aries.samples.blog.api
 

Methods in org.apache.aries.samples.blog.api that return BlogAuthor
 BlogAuthor BlogEntry.getAuthor()
          Get the author of the blog entry.
 BlogAuthor BlogComment.getAuthor()
          Get the author of the comment
 BlogAuthor BlogAuthorManager.getAuthor(String emailAddress)
          Get an individual author.
 BlogAuthor BloggingService.getBlogAuthor(String email)
          Get the author associated with a given email address.
 

Methods in org.apache.aries.samples.blog.api that return types with arguments of type BlogAuthor
 List<? extends BlogAuthor> BlogAuthorManager.getAllAuthors()
          Get all authors from the database.
 

Methods in org.apache.aries.samples.blog.api with parameters of type BlogAuthor
 void BlogEntryManager.removeBlogEntry(BlogAuthor author, String title, String publishDate)
          Remove a specific blog entry.
 void BlogEntryManager.updateBlogEntry(BlogEntry originalEntry, BlogAuthor a, String title, String publishDate, String blogText, List<String> tags)
          Update a blog entry.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.