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