Class EliteLifetimeLevelCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.econ.EliteLifetimeLevelCommand
- All Implemented Interfaces:
Command
A Web Site Command to update lifetime Elite status level definitions.
- Since:
- 11.5
- Version:
- 11.5
- 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) Callback method called when editing the lifetime Elite level.protected void
execRead
(CommandContext ctx) Not implemented - calls @see EliteLifetimeLevelCommand#execEdit(CommandContext)protected void
execSave
(CommandContext ctx) Callback method called when saving the lifetime Elite level.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
-
EliteLifetimeLevelCommand
public EliteLifetimeLevelCommand()
-
-
Method Details
-
execSave
Callback method called when saving the lifetime Elite level.- Specified by:
execSave
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-
execEdit
Callback method called when editing the lifetime Elite level.- Specified by:
execEdit
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-
execRead
Not implemented - calls @see EliteLifetimeLevelCommand#execEdit(CommandContext)- Specified by:
execRead
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-