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