Class AirportCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.schedule.AirportCommand
- All Implemented Interfaces:
Command
A Web Site Command to modify Airport data.
- Since:
- 1.0
- Version:
- 12.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 voidexecEdit(CommandContext ctx) Callback method called when editing the Airport.protected voidexecRead(CommandContext ctx) Callback method called when reading the Airport.protected voidexecSave(CommandContext ctx) Callback method called when saving the Airport.Methods inherited from class org.deltava.commands.AbstractAuditFormCommand
readAuditLog, writeAuditLogMethods inherited from class org.deltava.commands.AbstractFormCommand
executeMethods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
AirportCommand
public AirportCommand()
-
-
Method Details
-
execSave
Callback method called when saving the Airport.- Specified by:
execSavein classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execEdit
Callback method called when editing the Airport.- Specified by:
execEditin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execRead
Callback method called when reading the Airport. NOT IMPLEMENTED - Edits the Airport- Specified by:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an unhandled error occurs
-