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