Class UserFileCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.fleet.UserFileCommand
- All Implemented Interfaces:
Command
A Web Site Command to support editing the User File Library.
- 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) Callback method called when editing the File Entry.protected void
execRead
(CommandContext ctx) Callback method called when reading the File Entry.protected void
execSave
(CommandContext ctx) Callback method called when saving the File Entry.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
-
UserFileCommand
public UserFileCommand()
-
-
Method Details
-
execSave
Callback method called when saving the File Entry.- Specified by:
execSave
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-
execEdit
Callback method called when editing the File Entry.- Specified by:
execEdit
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-
execRead
Callback method called when reading the File Entry.- Specified by:
execRead
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
UnsupportedOperationException
- alwaysCommandException
- if an unhandled error occurs
-