|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of BlogEntry in org.jboss.weld.examples.permalink |
|---|
| Methods in org.jboss.weld.examples.permalink that return BlogEntry | |
|---|---|
BlogEntry |
Comment.getEntry()
|
BlogEntry |
Blog.getEntry()
Retrieves the entry loaded for this page. |
BlogEntry |
BlogEntryRepository.getEntry(Long entryId)
|
protected BlogEntry |
Blog.retrieveSelectedEntry()
|
| Methods in org.jboss.weld.examples.permalink that return types with arguments of type BlogEntry | |
|---|---|
List<BlogEntry> |
Blog.getEntriesForPage()
Retrieves the entries loaded for this page. |
Set<BlogEntry> |
Blog.getEntriesForPageAsSet()
|
List<BlogEntry> |
BlogEntryRepository.getLatestEntries(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> |
BlogEntryRepository.searchEntries(String searchString,
int offset,
int count)
|
List<BlogEntry> |
BlogEntryRepository.searchEntries(String searchString,
String category,
int offset,
int count)
|
| Methods in org.jboss.weld.examples.permalink with parameters of type BlogEntry | |
|---|---|
void |
BlogEntryRepository.addComment(Comment comment,
BlogEntry entry)
|
void |
Comment.setEntry(BlogEntry entry)
|
| Constructors in org.jboss.weld.examples.permalink with parameters of type BlogEntry | |
|---|---|
Comment(Long id,
BlogEntry entry,
String author,
Date postDate,
String body)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||