Class IdACmdAdminBanCreate
java.lang.Object
com.io7m.idstore.server.controller.admin.IdACmdAbstract<IdACommandContext, IdACommandAdminBanCreate, IdAResponseType>
com.io7m.idstore.server.controller.admin.IdACmdAdminBanCreate
- All Implemented Interfaces:
IdCommandExecutorType<IdSessionAdmin, 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 IdACmdAbstract
execute
-
Constructor Details
-
IdACmdAdminBanCreate
public IdACmdAdminBanCreate()IdACmdAdminBanCreate
-
-
Method Details
-
executeActual
protected IdAResponseType executeActual(IdACommandContext context, IdACommandAdminBanCreate command) throws IdException - Specified by:
executeActualin classIdACmdAbstract<IdACommandContext, IdACommandAdminBanCreate, IdAResponseType>- Throws:
IdException
-