Uses of Interface
org.openfjord.business.entities.QuestionLocal

Packages that use QuestionLocal
org.openfjord.business.entities   
 

Uses of QuestionLocal in org.openfjord.business.entities
 

Methods in org.openfjord.business.entities that return QuestionLocal
 QuestionLocal SurveyElementLocal.getQuestion()
           
abstract  QuestionLocal SurveyElementBean.getQuestion()
           
 QuestionLocal QuestionHome.create(int questionType)
           
 QuestionLocal QuestionHome.findByPrimaryKey(QuestionPK pk)
           
 QuestionLocal AnswerLocal.getQuestion()
           
abstract  QuestionLocal AnswerBean.getQuestion()
           
 

Methods in org.openfjord.business.entities with parameters of type QuestionLocal
 void SurveyElementLocal.setQuestion(QuestionLocal question)
           
abstract  void SurveyElementBean.setQuestion(QuestionLocal question)
           
 void AnswerLocal.setQuestion(QuestionLocal question)
           
abstract  void AnswerBean.setQuestion(QuestionLocal question)
           
 



openFJORD Copyright © 2003 University of Muenster.