Class CAICmdTypeRecordSearchNext
java.lang.Object
com.io7m.cardant.server.controller.inventory.CAICmdAbstract<CAICommandTypeRecordSearchNext>
com.io7m.cardant.server.controller.inventory.CAICmdTypeRecordSearchNext
- All Implemented Interfaces:
CACommandExecutorType<CAICommandContext,CAICommandTypeRecordSearchNext, CAIResponseType>
public final class CAICmdTypeRecordSearchNext
extends CAICmdAbstract<CAICommandTypeRecordSearchNext>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CAIResponseTypeexecuteActual(CAICommandContext context, CAICommandTypeRecordSearchNext command) Methods inherited from class com.io7m.cardant.server.controller.inventory.CAICmdAbstract
execute
-
Constructor Details
-
CAICmdTypeRecordSearchNext
public CAICmdTypeRecordSearchNext()- See Also:
-
-
Method Details
-
executeActual
protected CAIResponseType executeActual(CAICommandContext context, CAICommandTypeRecordSearchNext command) throws CASecurityException, CACommandExecutionFailure, CADatabaseException - Specified by:
executeActualin classCAICmdAbstract<CAICommandTypeRecordSearchNext>- Throws:
CASecurityExceptionCACommandExecutionFailureCADatabaseException
-