org.deltava.commands.schedule
Class AirportCommand

java.lang.Object
  extended by org.deltava.commands.AbstractCommand
      extended by org.deltava.commands.AbstractFormCommand
          extended by org.deltava.commands.schedule.AirportCommand
All Implemented Interfaces:
Command

public class AirportCommand
extends AbstractFormCommand

A Web Site Command to modify Airport data.

Since:
1.0
Version:
3.0
Author:
Luke

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
 
Field Summary
 
Fields inherited from class org.deltava.commands.AbstractFormCommand
EDIT, OPS, READ, SAVE
 
Fields inherited from interface org.deltava.commands.Command
APPLICATION, ID, OPERATION, PAGE, REQUEST, SESSION
 
Constructor Summary
AirportCommand()
           
 
Method Summary
protected  void execEdit(CommandContext ctx)
          Callback method called when editing the Airport.
protected  void execRead(CommandContext ctx)
          Callback method called when reading the Airport.
protected  void execSave(CommandContext ctx)
          Callback method called when saving the Airport.
 
Methods inherited from class org.deltava.commands.AbstractFormCommand
execute
 
Methods inherited from class org.deltava.commands.AbstractCommand
getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirportCommand

public AirportCommand()
Method Detail

execSave

protected void execSave(CommandContext ctx)
                 throws CommandException
Callback method called when saving the Airport.

Specified by:
execSave in class AbstractFormCommand
Parameters:
ctx - the Command context
Throws:
CommandException - if an error occurs

execEdit

protected void execEdit(CommandContext ctx)
                 throws CommandException
Callback method called when editing the Airport.

Specified by:
execEdit in class AbstractFormCommand
Parameters:
ctx - the Command context
Throws:
CommandException - if an error occurs

execRead

protected void execRead(CommandContext ctx)
                 throws CommandException
Callback method called when reading the Airport. NOT IMPLEMENTED - Edits the Airport

Specified by:
execRead in class AbstractFormCommand
Parameters:
ctx - the Command context
Throws:
CommandException - if an unhandled error occurs


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.