Class ScheduleActionsDatesCommandsHandler
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.command.handler.ScheduleActionsDatesCommandsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handleGetAll
(@NotNull FileType fileType, @NotNull String filePath) void
handleGetByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetBySubjectID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetSubstitutions
(@NotNull FileType fileType, @NotNull String filePath) void
handleGetSubstitutionsByDate
(@NotNull String date, @NotNull FileType fileType, @NotNull String filePath) void
handleGetSubstitutionsByDateAndStudentEntityID
(@NotNull String date, Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetSubstitutionsByDateAndTeacherID
(@NotNull String date, Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handlePost
(@NotNull FileType fileType, @NotNull String filePath)
-
Constructor Details
-
ScheduleActionsDatesCommandsHandler
-
-
Method Details
-
handleGetAll
public void handleGetAll(@NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByID
public void handleGetByID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetBySubjectID
public void handleGetBySubjectID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetSubstitutions
public void handleGetSubstitutions(@NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetSubstitutionsByDate
public void handleGetSubstitutionsByDate(@NotNull @NotNull String date, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetSubstitutionsByDateAndTeacherID
public void handleGetSubstitutionsByDateAndTeacherID(@NotNull @NotNull String date, Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetSubstitutionsByDateAndStudentEntityID
public void handleGetSubstitutionsByDateAndStudentEntityID(@NotNull @NotNull String date, Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handlePost
public void handlePost(@NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleDeleteByID
- Throws:
CommandException
-