Class TeachersCommandsHandler
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.command.handler.TeachersCommandsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handleGetAll
(@NotNull FileType fileType, @NotNull String filePath) void
handleGetByFirstAndLastName
(@NotNull String firstName, @NotNull String lastName, @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
handleGetBySubjectListID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetBySubjectListName
(@NotNull String name, @NotNull FileType fileType, @NotNull String filePath) void
handleGetBySubjectName
(@NotNull String name, @NotNull FileType fileType, @NotNull String filePath) void
handlePost
(@NotNull FileType fileType, @NotNull String filePath) void
handlePutAddSubjectListByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handlePutByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handlePutRemoveSubjectListByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath)
-
Constructor Details
-
TeachersCommandsHandler
-
-
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
-
handleGetByFirstAndLastName
public void handleGetByFirstAndLastName(@NotNull @NotNull String firstName, @NotNull @NotNull String lastName, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetBySubjectListID
public void handleGetBySubjectListID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetBySubjectListName
public void handleGetBySubjectListName(@NotNull @NotNull String name, @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
-
handleGetBySubjectName
public void handleGetBySubjectName(@NotNull @NotNull String name, @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
-
handlePutByID
public void handlePutByID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handlePutAddSubjectListByID
public void handlePutAddSubjectListByID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handlePutRemoveSubjectListByID
public void handlePutRemoveSubjectListByID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleDeleteByID
- Throws:
CommandException
-