Uses of Class
org.bejug.javacareers.jobs.model.Comment

Packages that use Comment
org.bejug.javacareers.jobs.model The model (read POJOs) are located here. 
org.bejug.javacareers.jobs.service   
 

Uses of Comment in org.bejug.javacareers.jobs.model
 

Methods in org.bejug.javacareers.jobs.model that return Comment
 Comment Comment.getParentComment()
          Returns the parent comment.
 

Methods in org.bejug.javacareers.jobs.model with parameters of type Comment
 void User.addComment(Comment comment)
          adds a comment
 void Item.addComment(Comment comment)
          adds a comment
 void Comment.setParentComment(Comment parentComment)
          Set the parent comment, if null then this comment is the root comment.
 void Comment.addChildComment(Comment childComment)
          Convenience method to add a child comment.
 

Uses of Comment in org.bejug.javacareers.jobs.service
 

Methods in org.bejug.javacareers.jobs.service that return Comment
 Comment CommentService.getCommentBySubject(java.lang.Integer offerId, java.lang.String subject)
          get a comment.
 Comment CommentService.getComment(java.lang.Integer id)
          gets a comment by id.
 

Methods in org.bejug.javacareers.jobs.service with parameters of type Comment
 void CommentService.storeComment(Comment comment)
           
 java.util.List CommentService.getChildComments(Comment comment)
           
 int CommentService.getChildCommentCount(Comment comment)
           
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.