|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entry | |
|---|---|
| org.apache.aries.samples.blog.api | |
| org.apache.aries.samples.blog.api.comment.persistence | |
| org.apache.aries.samples.blog.api.persistence | |
| Uses of Entry in org.apache.aries.samples.blog.api |
|---|
| Methods in org.apache.aries.samples.blog.api that return Entry | |
|---|---|
Entry |
BlogEntryManager.findBlogEntryByTitle(String title)
Find a specific blog entry by title. |
| Uses of Entry in org.apache.aries.samples.blog.api.comment.persistence |
|---|
| Methods in org.apache.aries.samples.blog.api.comment.persistence that return Entry | |
|---|---|
Entry |
Comment.getEntry()
Get the parent blog post for the comment |
| Uses of Entry in org.apache.aries.samples.blog.api.persistence |
|---|
| Methods in org.apache.aries.samples.blog.api.persistence that return Entry | |
|---|---|
Entry |
BlogPersistenceService.findBlogEntryByTitle(String title)
Get a BlogEntry that has a given title |
Entry |
BlogPersistenceService.getBlogEntryById(long postId)
Obtain a given Blog post using its unique id. |
| Methods in org.apache.aries.samples.blog.api.persistence that return types with arguments of type Entry | |
|---|---|
List<? extends Entry> |
BlogPersistenceService.getAllBlogEntries()
Get all the blog entries in the data store |
List<? extends Entry> |
BlogPersistenceService.getBlogEntries(int firstPostIndex,
int no)
Get the first N most recent posts starting from post X |
List<? extends Entry> |
BlogPersistenceService.getBlogEntriesModifiedBetween(Date start,
Date end)
Get BlogEntries created or modified between two specified dates |
List<? extends Entry> |
BlogPersistenceService.getBlogsForAuthor(String emailAddress)
Get all the blog entries made by a particular author |
List<? extends Entry> |
Author.getEntries()
Get the author's blog posts |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||