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