Interface InternalClientQuestionService
- All Superinterfaces:
ClientQuestionService
- All Known Implementing Classes:
InternalClientQuestionServiceImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd incoming answers.<R extends ClientAnswer>
voidaddAnswers(R[] answers) Add incoming answers.voidDeprecated.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.
-