Class NominationPostponeCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.hr.NominationPostponeCommand
- All Implemented Interfaces:
Command
Moves any pending nominations from previous Quarters into the current Quarter.
- Since:
- 3.4
- Version:
- 3.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
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
NominationPostponeCommand
public NominationPostponeCommand()
-
-
Method Details
-
execute
Executes the Command.- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an unhandled error occurs
-