|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlogCommentService
| Method Summary | |
|---|---|
void |
createComment(String comment,
String authorEmail,
long entryId)
Create a comment against a blog entry. |
void |
delete(int id)
Delete a blog entry comment |
List<? extends Comment> |
getCommentsForAuthor(String emailAddress)
Get comments for a given author. |
List<? extends Comment> |
getCommentsForEntry(long id)
Get comments for a given blog entry post. |
| Method Detail |
|---|
void createComment(String comment,
String authorEmail,
long entryId)
comment - the comment textauthor - the authorblogEntry - the blog entry against which we are commentingvoid delete(int id)
comment - the comment being deleted.List<? extends Comment> getCommentsForEntry(long id)
id - the blog entry id
List<? extends Comment> getCommentsForAuthor(String emailAddress)
emailAddress - the email address of the author
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||