Class CreateTeamMemberTask
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.persist.CreateTeamMemberTask
- All Implemented Interfaces:
PersistTask<User,Entity>
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateTeamMemberTask(RebindService rebindService, CreateAnswerTaskService createAnswerTaskService, QueryBuilderFactory queryBuilderFactory, PrimaryKey membershipKey) Deprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable Entityrun(Optional<User> a, CommandContext commandContext) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
CreateTeamMemberTask
public CreateTeamMemberTask(RebindService rebindService, CreateAnswerTaskService createAnswerTaskService, QueryBuilderFactory queryBuilderFactory, PrimaryKey membershipKey) Deprecated.
-
-
Method Details
-
run
@Nullable public @Nullable Entity run(Optional<User> a, CommandContext commandContext) throws Exception Deprecated.- Specified by:
runin interfacePersistTask<User,Entity> - Throws:
Exception
-
MembershipRegistrationResource