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