public interface Repository
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(Comment comment,
BlogEntry entry) |
void |
addComment(Comment comment,
java.lang.Long entryId) |
java.util.List<java.lang.String> |
getCategories() |
BlogEntry |
getEntry(java.lang.Long entryId) |
java.util.List<BlogEntry> |
getLatestEntries(int offset,
int count) |
java.util.List<BlogEntry> |
getLatestEntries(java.lang.String category,
int offset,
int count) |
java.util.List<BlogEntry> |
searchEntries(java.lang.String searchString,
int offset,
int count) |
java.util.List<BlogEntry> |
searchEntries(java.lang.String searchString,
java.lang.String category,
int offset,
int count) |
java.util.List<BlogEntry> searchEntries(java.lang.String searchString, int offset, int count)
java.util.List<BlogEntry> searchEntries(java.lang.String searchString, java.lang.String category, int offset, int count)
java.util.List<BlogEntry> getLatestEntries(java.lang.String category, int offset, int count)
java.util.List<BlogEntry> getLatestEntries(int offset, int count)
BlogEntry getEntry(java.lang.Long entryId)
java.util.List<java.lang.String> getCategories()
void addComment(Comment comment, java.lang.Long entryId)
Copyright © 2008-2014. All Rights Reserved.