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