Class JobPostingCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.hr.JobPostingCommand
- All Implemented Interfaces:
Command
A Web Site Command to handle Job Postings.
- Since:
- 3.4
- Version:
- 10.2
- 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) Callback method called when editing the Job posting.protected voidexecRead(CommandContext ctx) Callback method called when reading the Job posting.protected voidexecSave(CommandContext ctx) Callback method called when saving the Job posting.Methods inherited from class org.deltava.commands.AbstractFormCommand
executeMethods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
JobPostingCommand
public JobPostingCommand()
-
-
Method Details
-
execSave
Callback method called when saving the Job posting.- Specified by:
execSavein classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execEdit
Callback method called when editing the Job posting.- Specified by:
execEditin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-
execRead
Callback method called when reading the Job posting.- Specified by:
execReadin classAbstractFormCommand- Parameters:
ctx- the Command context- Throws:
CommandException- if an error occurs
-