Class QuestionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.question.QuestionServiceImpl
- All Implemented Interfaces:
QuestionService
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQuestionServiceImpl(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
-
-
Constructor Details
-
QuestionServiceImpl
public QuestionServiceImpl(Context context, QuestionFactoryRegistry questionFactoryRegistry, QueryBuilderFactory queryBuilderFactory) Deprecated.
-
-
Method Details
-
getQuestions
Deprecated.Description copied from interface:QuestionServiceload all questions for a given type- Specified by:
getQuestionsin interfaceQuestionService- Parameters:
type- the Membership_type to load questions from- Returns:
- a list of question beans
-