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