Interface QuestionService
- All Known Implementing Classes:
- QuestionServiceImpl
Deprecated.
only used by old widget
- 
Method SummaryModifier and TypeMethodDescriptiongetQuestions(Entity type) Deprecated.load all questions for a given type
- 
Method Details- 
getQuestionsDeprecated.load all questions for a given type- Parameters:
- type- the Membership_type to load questions from
- Returns:
- a list of question beans
 
 
-