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