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