Class QuestionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.question.QuestionServiceImpl
- All Implemented Interfaces:
- QuestionService
Deprecated.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionQuestionServiceImpl(Context context, QuestionFactoryRegistry questionFactoryRegistry, QueryBuilderFactory queryBuilderFactory) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptiongetQuestions(Entity type) Deprecated.load all questions for a given type
- 
Field Details- 
QUESTION_ENTITYDeprecated.- See Also:
 
 
- 
- 
Constructor Details- 
QuestionServiceImplpublic QuestionServiceImpl(Context context, QuestionFactoryRegistry questionFactoryRegistry, QueryBuilderFactory queryBuilderFactory) Deprecated.
 
- 
- 
Method Details- 
getQuestionsDeprecated.Description copied from interface:QuestionServiceload all questions for a given type- Specified by:
- getQuestionsin interface- QuestionService
- Parameters:
- type- the Membership_type to load questions from
- Returns:
- a list of question beans
 
 
-