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