Class IssueCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.system.IssueCommand
- All Implemented Interfaces:
Command
A Web Site Command to manipulate issues.
- Since:
- 1.0
- Version:
- 11.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface Command
Command.Scope -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecEdit(CommandContext ctx) Callback method called when editing an existing Issue.protected voidexecRead(CommandContext ctx) Callback method called when reading an Issue.protected voidexecSave(CommandContext ctx) Callback method called when saving an Issue.Methods inherited from class AbstractAuditFormCommand
readAuditLog, writeAuditLogMethods inherited from class AbstractFormCommand
executeMethods inherited from class AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
IssueCommand
public IssueCommand()
-
-
Method Details
-
execSave
Callback method called when saving an Issue.- Specified by:
execSavein classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execEdit
Callback method called when editing an existing Issue.- Specified by:
execEditin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execRead
Callback method called when reading an Issue.- Specified by:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-