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