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