Uses of Class
com.randomcoder.springmvc.IdCommand

Packages that use IdCommand
com.randomcoder.article.comment Article commenting classes. 
 

Uses of IdCommand in com.randomcoder.article.comment
 

Methods in com.randomcoder.article.comment with parameters of type IdCommand
protected  Article CommentDisapproveController.updateCommentStatus(IdCommand command)
          Disapproves the selected comment.
protected  Article CommentDeleteController.updateCommentStatus(IdCommand command)
          Deletes the selected comment.
protected  Article CommentApproveController.updateCommentStatus(IdCommand command)
          Approves the selected comment.
protected abstract  Article AbstractCommentStatusController.updateCommentStatus(IdCommand command)
          Updates the selected comment.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.