|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlogEntry | |
|---|---|
| org.apache.aries.samples.blog.api | |
| Uses of BlogEntry in org.apache.aries.samples.blog.api |
|---|
| Methods in org.apache.aries.samples.blog.api that return BlogEntry | |
|---|---|
BlogEntry |
BloggingService.getBlogEntry(long id)
Get the blog post with the specified id. |
BlogEntry |
BlogEntryManager.getBlogPost(long id)
Get the specified blog posting. |
BlogEntry |
BlogComment.getEntry()
Get the parent blog post for the comment |
| Methods in org.apache.aries.samples.blog.api that return types with arguments of type BlogEntry | |
|---|---|
List<? extends BlogEntry> |
BloggingService.getAllBlogEntries()
Get all the blog entries |
List<? extends BlogEntry> |
BlogEntryManager.getAllBlogEntries()
Retrieve all blog entries. |
List<? extends BlogEntry> |
BloggingService.getBlogEntries(int firstPostIndex,
int noOfPosts)
Get the a number of entries starting at the teh first index |
List<? extends BlogEntry> |
BlogEntryManager.getBlogEntries(int firstPostIndex,
int noOfPosts)
Get N posts from the database starting at post number X |
List<? extends BlogEntry> |
BlogEntryManager.getBlogEntriesModifiedBetween(String startDate,
String endDate)
Retrieve all blog entries created between a specified date range. |
List<? extends BlogEntry> |
BlogEntryManager.getBlogsForAuthor(String emailAddress)
Retrieve all blog entries for a specific author. |
List<? extends BlogEntry> |
BlogAuthor.getEntries()
|
| Methods in org.apache.aries.samples.blog.api with parameters of type BlogEntry | |
|---|---|
List<? extends BlogComment> |
BloggingService.getCommentsForEntry(BlogEntry entry)
Get the comments associated with an entry |
void |
BlogEntryManager.updateBlogEntry(BlogEntry originalEntry,
BlogAuthor a,
String title,
String publishDate,
String blogText,
List<String> tags)
Update a blog entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||