Class LibraryEditCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.fleet.LibraryEditCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
InstallerCommand
,ManualCommand
,NewsletterCommand
A Web Site Command to support editing Fleet/Document 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, String docType) Method called when editing the form.protected final void
execRead
(CommandContext ctx) Method called when reading the form.Methods inherited from class org.deltava.commands.AbstractAuditFormCommand
readAuditLog, writeAuditLog
Methods inherited from class org.deltava.commands.AbstractFormCommand
execEdit, execSave, execute
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
LibraryEditCommand
public LibraryEditCommand()
-
-
Method Details
-
execEdit
Method called when editing the form.- Parameters:
ctx
- the Command contextdocType
- the document type- Throws:
CommandException
- if an unhandled error occurs
-
execRead
Method called when reading the form. NOT IMPLEMENTED- Specified by:
execRead
in classAbstractFormCommand
- Parameters:
ctx
- the Command Context- Throws:
UnsupportedOperationException
- alwaysCommandException
- if an unhandled error occurs
-