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