Class CreateTextAnswerTask
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.persist.AbstractCreateAnswerTask
ch.tocco.nice2.optional.membership.impl.registration.persist.CreateTextAnswerTask
- All Implemented Interfaces:
CreateAnswerTask
,PersistTask<CreateAnswerTask.Params,
Void>
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.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
-
CreateTextAnswerTask
public CreateTextAnswerTask()Deprecated.
-
-
Method Details
-
run
@Nullable public @Nullable Void run(Optional<CreateAnswerTask.Params> a, CommandContext commandContext) throws PersistException, InterruptedException Deprecated.- Throws:
PersistException
InterruptedException
-