Uses of Class
net.anotheria.moskitodemo.guestbook.business.data.Comment

Packages that use Comment
net.anotheria.moskitodemo.guestbook.business   
 

Uses of Comment in net.anotheria.moskitodemo.guestbook.business
 

Methods in net.anotheria.moskitodemo.guestbook.business that return Comment
 Comment CommentServiceImpl.createComment()
           
 Comment ICommentService.createComment()
           
 Comment CommentServiceImpl.getComment(int id)
           
 Comment ICommentService.getComment(int id)
           
 

Methods in net.anotheria.moskitodemo.guestbook.business that return types with arguments of type Comment
 List<Comment> CommentServiceImpl.getComments()
           
 List<Comment> ICommentService.getComments()
           
 List<Comment> CommentServiceImpl.getCommentsSorted(CommentSortType sortType)
           
 List<Comment> ICommentService.getCommentsSorted(CommentSortType sortType)
           
 

Methods in net.anotheria.moskitodemo.guestbook.business with parameters of type Comment
static boolean AntispamUtil.detectBot(Comment comment)
           
 void CommentServiceImpl.updateComment(Comment c)
           
 void ICommentService.updateComment(Comment c)
           
 



Copyright © 2010-2012 anotheria.net. All Rights Reserved.