net.java.dev.moskitodemo.guestbook.business
Interface ICommentService
- All Known Implementing Classes:
- CommentServiceImpl
public interface ICommentService
createComment
Comment createComment()
throws CommentServiceException
- Throws:
CommentServiceException
getComments
List<Comment> getComments()
throws CommentServiceException
- Throws:
CommentServiceException
getComment
Comment getComment(int id)
throws CommentServiceException
- Throws:
CommentServiceException
updateComment
void updateComment(Comment c)
throws CommentServiceException
- Throws:
CommentServiceException
deleteComment
void deleteComment(int id)
throws CommentServiceException
- Throws:
CommentServiceException
getCommentsSorted
List<Comment> getCommentsSorted(CommentSortType sortType)
throws CommentServiceException
- Throws:
CommentServiceException
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework