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

abstract class NavDataImportCommand extends AbstractCommand
An abstract Command to help loading Navigation Data.
Since:
5.1
Version:
6.0
Author:
Luke
  • Constructor Details

    • NavDataImportCommand

      NavDataImportCommand()
  • Method Details

    • getCurrrentCycle

      protected static CycleInfo getCurrrentCycle(CommandContext ctx) throws CommandException
      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