Uses of Interface
org.apache.aries.samples.blog.api.comment.persistence.Comment

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

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

Methods in org.apache.aries.samples.blog.api.comment.persistence that return types with arguments of type Comment
 List<? extends Comment> BlogCommentService.getCommentsForAuthor(String emailAddress)
          Get comments for a given author.
 List<? extends Comment> BlogCommentService.getCommentsForEntry(long id)
          Get comments for a given blog entry post.
 



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