Class EvaluationsCommandsHandler
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.command.handler.EvaluationsCommandsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handleGetAll
(@NotNull FileType fileType, @NotNull String filePath) void
void
handleGetByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByStudentSubjectID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handlePost
(@NotNull FileType fileType, @NotNull String filePath) void
handlePutByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath)
-
Constructor Details
-
EvaluationsCommandsHandler
-
-
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
-
handleGetByStudentSubjectID
public void handleGetByStudentSubjectID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetAverageByStudentSubjectID
- Throws:
CommandException
-
handlePost
public void handlePost(@NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handlePutByID
public void handlePutByID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleDeleteByID
- Throws:
CommandException
-