Class InstallerCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.fleet.LibraryEditCommand
org.deltava.commands.fleet.InstallerCommand
- All Implemented Interfaces:
Command
A Web Site Command to update Fleet Library entries.
- Since:
- 1.0
- 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 void
execEdit
(CommandContext ctx) Method called when editing the form.protected void
execSave
(CommandContext ctx) Executes the command.Methods inherited from class org.deltava.commands.fleet.LibraryEditCommand
execEdit, execRead
Methods inherited from class org.deltava.commands.AbstractAuditFormCommand
readAuditLog, writeAuditLog
Methods inherited from class org.deltava.commands.AbstractFormCommand
execute
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
InstallerCommand
public InstallerCommand()
-
-
Method Details
-
execEdit
Method called when editing the form.- Specified by:
execEdit
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occurs
-
execSave
Executes the command.- Specified by:
execSave
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occurs
-