Class CertificationCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.academy.CertificationCommand
- All Implemented Interfaces:
Command
A Web Site Command to view and update Flight Academy certification profiles.
- Since:
- 1.0
- Version:
- 10.2
- 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
execRead
(CommandContext ctx) Method called when reading the form.protected void
execSave
(CommandContext ctx) Method called when saving the form.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
-
CertificationCommand
public CertificationCommand()
-
-
Method Details
-
execSave
Method called when saving the form.- Specified by:
execSave
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occurs
-
execEdit
Method called when editing the form.- Specified by:
execEdit
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occurs
-
execRead
Method called when reading the form.- Specified by:
execRead
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occurs
-