public interface Repository
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(Comment comment,
BlogEntry entry) |
void |
addComment(Comment comment,
Long entryId) |
List<String> |
getCategories() |
BlogEntry |
getEntry(Long entryId) |
List<BlogEntry> |
getLatestEntries(int offset,
int count) |
List<BlogEntry> |
getLatestEntries(String category,
int offset,
int count) |
List<BlogEntry> |
searchEntries(String searchString,
int offset,
int count) |
List<BlogEntry> |
searchEntries(String searchString,
String category,
int offset,
int count) |
Copyright © 2008–2016. All rights reserved.