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

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

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

Methods in org.apache.aries.samples.blog.api that return types with arguments of type BlogComment
 List<? extends BlogComment> BlogCommentManager.getCommentsByAuthor(String email)
          Get all the comments made by an author
 List<? extends BlogComment> BloggingService.getCommentsForEntry(BlogEntry entry)
          Get the comments associated with an entry
 List<? extends BlogComment> BlogCommentManager.getCommentsForPost(long id)
           
 



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