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