Uses of Class
com.randomcoder.article.comment.CommentIp

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

Uses of CommentIp in com.randomcoder.article.comment
 

Methods in com.randomcoder.article.comment that return CommentIp
 CommentIp CommentIpDao.findByIpAddress(String ipAddress)
          Finds a given CommentIp by IP address.
 CommentIp Comment.getIpAddress()
          Gets the IP address of the user who posted this comment.
 

Methods in com.randomcoder.article.comment with parameters of type CommentIp
 void Comment.setIpAddress(CommentIp ipAddress)
          Sets the IP address of the user who posted this comment.
 



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