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