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