Class QuestionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.question.QuestionServiceImpl
- All Implemented Interfaces:
QuestionService
Deprecated.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionQuestionServiceImpl
(Context context, QuestionFactoryRegistry questionFactoryRegistry, QueryBuilderFactory queryBuilderFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetQuestions
(Entity type) Deprecated.load all questions for a given type
-
Field Details
-
QUESTION_ENTITY
Deprecated.- See Also:
-
-
Constructor Details
-
QuestionServiceImpl
public QuestionServiceImpl(Context context, QuestionFactoryRegistry questionFactoryRegistry, QueryBuilderFactory queryBuilderFactory) Deprecated.
-
-
Method Details
-
getQuestions
Deprecated.Description copied from interface:QuestionService
load all questions for a given type- Specified by:
getQuestions
in interfaceQuestionService
- Parameters:
type
- the Membership_type to load questions from- Returns:
- a list of question beans
-