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