Uses of Class
cz.zcu.students.cacha.bp_server.view_models.RoomVM
-
Packages that use RoomVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of RoomVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return RoomVM Modifier and Type Method Description RoomVM
LocationController. getRoom(Long roomId, User user)
Gets room based on its idMethods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type RoomVM Modifier and Type Method Description List<RoomVM>
LocationController. getAllRooms(Long buildingId)
Gets all rooms of building based on its id -
Uses of RoomVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return RoomVM Modifier and Type Method Description RoomVM
LocationService. getRoom(Long roomId, User user)
Gets room details by its idMethods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type RoomVM Modifier and Type Method Description List<RoomVM>
LocationService. getAllRooms(Long buildingId)
Gets all rooms of building defined by id
-