Uses of Class
com.stratelia.webactiv.util.questionContainer.model.Comment

Packages that use Comment
com.stratelia.webactiv.util.questionContainer.ejb   
com.stratelia.webactiv.util.questionContainer.model   
 

Uses of Comment in com.stratelia.webactiv.util.questionContainer.ejb
 

Methods in com.stratelia.webactiv.util.questionContainer.ejb that return types with arguments of type Comment
static Collection<Comment> QuestionContainerDAO.getComments(Connection con, QuestionContainerPK qcPK)
          Method declaration
 

Methods in com.stratelia.webactiv.util.questionContainer.ejb with parameters of type Comment
static void QuestionContainerDAO.addComment(Connection con, Comment comment)
          Method declaration
 

Uses of Comment in com.stratelia.webactiv.util.questionContainer.model
 

Methods in com.stratelia.webactiv.util.questionContainer.model that return types with arguments of type Comment
 Collection<Comment> QuestionContainerDetail.getComments()
           
 

Method parameters in com.stratelia.webactiv.util.questionContainer.model with type arguments of type Comment
 void QuestionContainerDetail.setComments(Collection<Comment> comments)
           
 

Constructor parameters in com.stratelia.webactiv.util.questionContainer.model with type arguments of type Comment
QuestionContainerDetail(QuestionContainerHeader header, Collection<Question> questions, Collection<Comment> comments, Collection<QuestionResult> votes)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.