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