Class AirlineInformationCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.system.AirlineInformationCommand
- All Implemented Interfaces:
Command
A Web Site Command to edit Virtual Airline profiles.
- Since:
- 5.0
- Version:
- 12.2
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface Command
Command.Scope -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecEdit(CommandContext ctx) Callback method called when editing the profile.protected voidexecRead(CommandContext ctx) Callback method called when reading the profile.protected voidexecSave(CommandContext ctx) Callback method called when saving the profile.Methods inherited from class AbstractAuditFormCommand
readAuditLog, writeAuditLogMethods inherited from class AbstractFormCommand
executeMethods inherited from class AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
AirlineInformationCommand
public AirlineInformationCommand()
-
-
Method Details
-
execSave
Callback method called when saving the profile.- Specified by:
execSavein classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execEdit
Callback method called when editing the profile.- Specified by:
execEditin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execRead
Callback method called when reading the profile.- Specified by:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-