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