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