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