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:
- 12.3
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface Command
Command.Scope -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static CycleInfoRetrieves the currently loaded navigation data cycle.Methods inherited from class AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Field Details
-
log
Shared logger.
-
-
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
-