|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlogCommentManager
| Method Summary | |
|---|---|
void |
createComment(String comment,
String email,
long entryId)
Create a comment by an author (email) against a post (Id) |
void |
deleteComment(int id)
Delete a specific comment using it's id |
List<? extends BlogComment> |
getCommentsByAuthor(String email)
Get all the comments made by an author |
List<? extends BlogComment> |
getCommentsForPost(long id)
|
boolean |
isCommentingAvailable()
Check to see whether the comment service is available |
| Method Detail |
|---|
void createComment(String comment,
String email,
long entryId)
comment - email - entryId - List<? extends BlogComment> getCommentsByAuthor(String email)
email -
List<? extends BlogComment> getCommentsForPost(long id)
id -
void deleteComment(int id)
id - boolean isCommentingAvailable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||