Class LeaveCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.pilot.LeaveCommand
- All Implemented Interfaces:
Command
A Web Site Command for Pilots to take a Leave of Absence.
- Since:
- 1.0
- Version:
- 10.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
LeaveCommand
public LeaveCommand()
-
-
Method Details
-
execute
Execute the command.- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occrurs.
-