|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModerationException | |
|---|---|
| com.randomcoder.article | Article management classes. |
| com.randomcoder.article.moderation | Article moderation classes. |
| Uses of ModerationException in com.randomcoder.article |
|---|
| Methods in com.randomcoder.article that throw ModerationException | |
|---|---|
Article |
ArticleBusinessImpl.approveComment(Long commentId)
|
Article |
ArticleBusiness.approveComment(Long commentId)
Approves a comment. |
Article |
ArticleBusinessImpl.disapproveComment(Long commentId)
|
Article |
ArticleBusiness.disapproveComment(Long commentId)
Disapproves a comment. |
boolean |
ArticleBusinessImpl.moderateComments(int count)
|
boolean |
ArticleBusiness.moderateComments(int count)
Moderate a batch of comments. |
| Uses of ModerationException in com.randomcoder.article.moderation |
|---|
| Methods in com.randomcoder.article.moderation that throw ModerationException | |
|---|---|
void |
Moderator.markAsHam(Comment comment)
Marks the given comment as ham (non-spam). |
void |
AkismetModerator.markAsHam(Comment comment)
|
void |
Moderator.markAsSpam(Comment comment)
Marks the given comment as spam. |
void |
AkismetModerator.markAsSpam(Comment comment)
|
boolean |
Moderator.validate(Comment comment)
Validates the given comment as spam or ham. |
boolean |
AkismetModerator.validate(Comment comment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||