Interface InternalClientQuestionService
- All Superinterfaces:
ClientQuestionService
- All Known Implementing Classes:
InternalClientQuestionServiceImpl
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add incoming answers.<R extends ClientAnswer>
voidaddAnswers
(R[] answers) Add incoming answers.void
Deprecated.Methods inherited from interface ch.tocco.nice2.web.core.api.clientquestion.ClientQuestionService
askQuestion, withAnswersForQuestion
-
Method Details
-
addAnswers
Add incoming answers.- See Also:
-
addAnswers
Add incoming answers.- Parameters:
answers
- Map of question ids and answer suppliers (answer suppliers allow to create the answer lazily depending on the expected answer type).- See Also:
-
getQuestion
ClientQuestion<?> getQuestion() -
enterRemoteMethod
Deprecated.
-