Class TimeZoneCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.system.TimeZoneCommand
- All Implemented Interfaces:
Command
A Web Site Command to edit time zone profiles.
- Since:
- 1.0
- Version:
- 10.6
- 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) Callback method called when editing an existing Time Zone.protected voidexecRead(CommandContext ctx) Callback method called when reading an existing Time Zone.protected voidexecSave(CommandContext ctx) Callback method called when saving a Time Zone profile.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
-
TimeZoneCommand
public TimeZoneCommand()
-
-
Method Details
-
execEdit
Callback method called when editing an existing Time Zone.- Specified by:
execEditin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execRead
Callback method called when reading an existing Time Zone.- Specified by:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execSave
Callback method called when saving a Time Zone profile.- Specified by:
execSavein classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-