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