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