Class IdACmdUserEmailAdd
java.lang.Object
com.io7m.idstore.server.internal.admin.IdACmdAbstract<IdACommandContext,IdACommandUserEmailAdd,IdAResponseType>
com.io7m.idstore.server.internal.admin.IdACmdUserEmailAdd
- All Implemented Interfaces:
IdCommandExecutorType<IdACommandContext,IdACommandUserEmailAdd, IdAResponseType>
public final class IdACmdUserEmailAdd
extends IdACmdAbstract<IdACommandContext,IdACommandUserEmailAdd,IdAResponseType>
IdACmdUserEmailAdd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IdAResponseTypeexecuteActual(IdACommandContext context, IdACommandUserEmailAdd command) Methods inherited from class com.io7m.idstore.server.internal.admin.IdACmdAbstract
execute
-
Constructor Details
-
IdACmdUserEmailAdd
public IdACmdUserEmailAdd()IdACmdUserEmailAdd
-
-
Method Details
-
executeActual
protected IdAResponseType executeActual(IdACommandContext context, IdACommandUserEmailAdd command) throws IdException, IdCommandExecutionFailure - Specified by:
executeActualin classIdACmdAbstract<IdACommandContext,IdACommandUserEmailAdd, IdAResponseType> - Throws:
IdExceptionIdCommandExecutionFailure
-