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