Class AbstractCreateChoiceAnswerTask
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateAnswerTask
ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateChoiceAnswerTask
- All Implemented Interfaces:
CreateAnswerTask
,PersistTask<CreateAnswerTask.Params,
Void>
- Direct Known Subclasses:
CreateMultipleChoiceAnswerTask
,CreateSingleChoiceAnswerTask
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.membership.impl.registration.persist.CreateAnswerTask
CreateAnswerTask.Params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateAnswerEntity
(Entity membership, Entity user, String questionKey, CommandContext commandContext, String answerKey) Deprecated.Methods inherited from class ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateAnswerTask
createAnswerEntity, createEntity, getEntity, getEntityManager
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.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
-
Constructor Details
-
AbstractCreateChoiceAnswerTask
public AbstractCreateChoiceAnswerTask()Deprecated.
-
-
Method Details
-
createAnswerEntity
protected Optional<Entity> createAnswerEntity(Entity membership, Entity user, String questionKey, CommandContext commandContext, String answerKey) throws PersistException, InterruptedException Deprecated.- Throws:
PersistException
InterruptedException
-