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 CreateAnswerTask
CreateAnswerTask.Params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Voidrun(Optional<CreateAnswerTask.Params> a, CommandContext commandContext) Deprecated.Methods inherited from class AbstractCreateChoiceAnswerTask
createAnswerEntityMethods inherited from class AbstractCreateAnswerTask
createAnswerEntity, createEntity, getEntity, getEntityManagerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-