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