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