Class FlightLogCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractViewCommand
org.deltava.commands.acars.ACARSLogViewCommand
org.deltava.commands.acars.FlightLogCommand
- All Implemented Interfaces:
Command
A Web Site Command to view the ACARS Flight Info log.
- Since:
- 1.0
- Version:
- 7.0
- 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.acars.ACARSLogViewCommand
getPilotIDs, getSearchCriteria
Methods inherited from class org.deltava.commands.AbstractViewCommand
initView, initView
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
FlightLogCommand
public FlightLogCommand()
-
-
Method Details
-
execute
Executes the command.- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-