Class AbstractAnswerSaver
java.lang.Object
ch.tocco.nice2.optional.evaluation.impl.flow.AbstractAnswerSaver
- All Implemented Interfaces:
AnswerSaver
- Direct Known Subclasses:
ChoiceAnswerSaver
,TextQuestionAnswerSaver
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractAnswerSaver
(CommandExecutor commandExecutor, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected Mode
<PersistException> getMode()
protected Mode
<PersistException> getModeWithBusinessUnit
(BusinessUnit businessUnit) void
saveComment
(Entity evaluationPartyAssignment, Entity question, String comment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.optional.evaluation.impl.flow.AnswerSaver
mapToAnswerList, saveAnswer
-
Constructor Details
-
AbstractAnswerSaver
protected AbstractAnswerSaver(CommandExecutor commandExecutor, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
saveComment
- Specified by:
saveComment
in interfaceAnswerSaver
-
getMode
-
getModeWithBusinessUnit
-