Class SingleAssignmentSearchCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.assign.SingleAssignmentSearchCommand
- All Implemented Interfaces:
Command
A Web Site Command to search the schedule to build a flight assignment that consists of a single leg selected at
random from the last Airport the Pilot completed a flight to in the selected aircraft.
- Since:
- 2.2
- Version:
- 11.2
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
SingleAssignmentSearchCommand
public SingleAssignmentSearchCommand()
-
-
Method Details
-
execute
Executes the command.- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-