Uses of Interface
org.apache.aries.samples.blog.api.persistence.Author

Packages that use Author
org.apache.aries.samples.blog.api.comment.persistence   
org.apache.aries.samples.blog.api.persistence   
 

Uses of Author in org.apache.aries.samples.blog.api.comment.persistence
 

Methods in org.apache.aries.samples.blog.api.comment.persistence that return Author
 Author Comment.getAuthor()
          Get the author of the comment
 

Uses of Author in org.apache.aries.samples.blog.api.persistence
 

Methods in org.apache.aries.samples.blog.api.persistence that return Author
 Author Entry.getAuthor()
          Get the author of this blog post
 Author BlogPersistenceService.getAuthor(String emailAddress)
          Get the details for an author
 

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



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