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