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 voidexecEdit(CommandContext ctx, String docType) Method called when editing the form.protected final voidexecRead(CommandContext ctx) Method called when reading the form.Methods inherited from class org.deltava.commands.AbstractAuditFormCommand
readAuditLog, writeAuditLogMethods inherited from class org.deltava.commands.AbstractFormCommand
execEdit, execSave, executeMethods 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:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command Context- Throws:
UnsupportedOperationException- alwaysCommandException- if an unhandled error occurs
-