Class CreateMultipleChoiceAnswerTask
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateAnswerTask
ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateChoiceAnswerTask
ch.tocco.nice2.optional.membership.impl.registration.persist.CreateMultipleChoiceAnswerTask
- All Implemented Interfaces:
CreateAnswerTask
,PersistTask<CreateAnswerTask.Params,
Void>
@Component
@Deprecated
public class CreateMultipleChoiceAnswerTask
extends AbstractCreateChoiceAnswerTask
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 TypeMethodDescription@Nullable Void
run
(Optional<CreateAnswerTask.Params> a, CommandContext commandContext) Deprecated.Methods inherited from class ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateChoiceAnswerTask
createAnswerEntity
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, skipErrors, unwrap
-
Constructor Details
-
CreateMultipleChoiceAnswerTask
public CreateMultipleChoiceAnswerTask()Deprecated.
-
-
Method Details
-
run
@Nullable public @Nullable Void run(Optional<CreateAnswerTask.Params> a, CommandContext commandContext) throws InterruptedException Deprecated.- Throws:
InterruptedException
-