Class InstallerUploadCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.fleet.InstallerUploadCommand
- All Implemented Interfaces:
Command
A Web Site Command to upload ACARS installers.
- Since:
- 7.5
- Version:
- 10.4
- 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) Method called when editing the form.protected voidexecRead(CommandContext ctx) Method called when editing the form.protected voidexecSave(CommandContext ctx) Method called when saving the form.Methods 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
-
InstallerUploadCommand
public InstallerUploadCommand()
-
-
Method Details
-
execSave
Method called when saving the form.- Specified by:
execSavein classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an unhandled error occurs
-
execEdit
Method called when editing the form.- Specified by:
execEditin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an unhandled error occurs
-
execRead
Method called when editing the form.- Specified by:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an unhandled error occurs
-