Uses of Class
org.apache.aries.samples.blog.persistence.jpa.entity.EntryImpl

Packages that use EntryImpl
org.apache.aries.samples.blog.persistence.jpa   
org.apache.aries.samples.blog.persistence.jpa.entity   
 

Uses of EntryImpl in org.apache.aries.samples.blog.persistence.jpa
 

Methods in org.apache.aries.samples.blog.persistence.jpa that return EntryImpl
 EntryImpl BlogPersistenceServiceImpl.getBlogEntryById(long postId)
           
 

Methods in org.apache.aries.samples.blog.persistence.jpa that return types with arguments of type EntryImpl
 List<EntryImpl> BlogPersistenceServiceImpl.getAllBlogEntries()
           
 List<EntryImpl> BlogPersistenceServiceImpl.getBlogEntries(int firstPostIndex, int noOfPosts)
           
 List<EntryImpl> BlogPersistenceServiceImpl.getBlogEntriesModifiedBetween(Date start, Date end)
           
 List<EntryImpl> BlogPersistenceServiceImpl.getBlogsForAuthor(String emailAddress)
           
 

Uses of EntryImpl in org.apache.aries.samples.blog.persistence.jpa.entity
 

Methods in org.apache.aries.samples.blog.persistence.jpa.entity that return types with arguments of type EntryImpl
 List<EntryImpl> AuthorImpl.getEntries()
          Get the author's blog posts
 

Methods in org.apache.aries.samples.blog.persistence.jpa.entity with parameters of type EntryImpl
 void AuthorImpl.updateEntries(EntryImpl b)
          Update the author's blog posts
 

Method parameters in org.apache.aries.samples.blog.persistence.jpa.entity with type arguments of type EntryImpl
 void AuthorImpl.setEntries(List<EntryImpl> lb)
          set the author's blog posts
 



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