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