| Modifier and Type | Method and Description |
|---|---|
BlogEntry |
Comment.getEntry() |
BlogEntry |
Blog.getEntry()
Retrieves the entry loaded for this page.
|
BlogEntry |
Repository.getEntry(Long entryId) |
BlogEntry |
BlogEntryRepository.getEntry(Long entryId) |
protected BlogEntry |
Blog.retrieveSelectedEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<BlogEntry> |
Blog.getEntriesForPage()
Retrieves the entries loaded for this page.
|
Set<BlogEntry> |
Blog.getEntriesForPageAsSet() |
List<BlogEntry> |
Repository.getLatestEntries(int offset,
int count) |
List<BlogEntry> |
BlogEntryRepository.getLatestEntries(int offset,
int count) |
List<BlogEntry> |
Repository.getLatestEntries(String category,
int offset,
int count) |
List<BlogEntry> |
BlogEntryRepository.getLatestEntries(String category,
int offset,
int count) |
protected List<BlogEntry> |
Blog.retrieveLatestEntries() |
protected List<BlogEntry> |
Blog.retrieveLatestEntriesInCategory() |
protected List<BlogEntry> |
Blog.retrieveSearchResults() |
protected List<BlogEntry> |
Blog.retrieveSearchResultsInCategory() |
List<BlogEntry> |
Repository.searchEntries(String searchString,
int offset,
int count) |
List<BlogEntry> |
BlogEntryRepository.searchEntries(String searchString,
int offset,
int count) |
List<BlogEntry> |
Repository.searchEntries(String searchString,
String category,
int offset,
int count) |
List<BlogEntry> |
BlogEntryRepository.searchEntries(String searchString,
String category,
int offset,
int count) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.addComment(Comment comment,
BlogEntry entry) |
void |
BlogEntryRepository.addComment(Comment comment,
BlogEntry entry) |
void |
Comment.setEntry(BlogEntry entry) |
| Constructor and Description |
|---|
Comment(Long id,
BlogEntry entry,
String author,
Date postDate,
String body) |
Copyright © 2008–2016. All rights reserved.