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