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