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