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