Class RoomsCommandsHandler
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.command.handler.RoomsCommandsHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
handleGetAll
(@NotNull FileType fileType, @NotNull String filePath) void
handleGetByBuildingsID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByBuildingsName
(@NotNull String name, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByCapacity
(Integer capacity, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByCapacityInterval
(Integer min, Integer max, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByClassID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByClassName
(@NotNull String name, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByID
(Integer id, @NotNull FileType fileType, @NotNull String filePath) void
handleGetByName
(@NotNull String name, @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
-
RoomsCommandsHandler
-
-
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
-
handleGetByName
public void handleGetByName(@NotNull @NotNull String name, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByCapacity
public void handleGetByCapacity(Integer capacity, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByCapacityInterval
public void handleGetByCapacityInterval(Integer min, Integer max, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByBuildingsID
public void handleGetByBuildingsID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByBuildingsName
public void handleGetByBuildingsName(@NotNull @NotNull String name, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByClassID
public void handleGetByClassID(Integer id, @NotNull @NotNull FileType fileType, @NotNull @NotNull String filePath) throws CommandException - Throws:
CommandException
-
handleGetByClassName
public void handleGetByClassName(@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
-
handleDeleteByID
- Throws:
CommandException
-