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