Class NavDataImportCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.navdata.NavDataImportCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
AIRACImportCommand
,AirspaceImportCommand
,AirwayImportCommand
,TerminalRouteImportCommand
An abstract Command to help loading Navigation Data.
- Since:
- 5.1
- Version:
- 6.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
Modifier and TypeMethodDescriptionprotected static CycleInfo
Retrieves the currently loaded navigation data cycle.Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
NavDataImportCommand
NavDataImportCommand()
-
-
Method Details
-
getCurrrentCycle
Retrieves the currently loaded navigation data cycle.- Parameters:
ctx
- a CommandContext- Returns:
- a CycleInfo bean, or null if none
- Throws:
CommandException
- if a JDBC error occurs
-