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