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