Uses of Class
pl.put.poznan.buildingInfo.logic.locations.Room
-
Packages that use Room Package Description pl.put.poznan.buildingInfo.logic.locations pl.put.poznan.buildingInfo.logic.visitors pl.put.poznan.buildingInfo.rest -
-
Uses of Room in pl.put.poznan.buildingInfo.logic.locations
Methods in pl.put.poznan.buildingInfo.logic.locations that return types with arguments of type Room Modifier and Type Method Description List<Room>Level. getRoomsOnLevel()Zwraca liste pokojow znajdujacych sie na poziomie.Method parameters in pl.put.poznan.buildingInfo.logic.locations with type arguments of type Room Modifier and Type Method Description voidLevel. setRoomsOnLevel(List<Room> roomsOnLevel)Ustawia nowa liste pokojow na poziomie. -
Uses of Room in pl.put.poznan.buildingInfo.logic.visitors
Methods in pl.put.poznan.buildingInfo.logic.visitors that return types with arguments of type Room Modifier and Type Method Description List<Room>ExceedingHeatingVisitor. getRoomsExceedingLimit()Zwraca liste pomieszczen przekraczajacych limit zuzycia energii.Methods in pl.put.poznan.buildingInfo.logic.visitors with parameters of type Room Modifier and Type Method Description doubleAreaVisitor. visit(Room room)doubleCubeVisitor. visit(Room room)doubleEnergyVisitor. visit(Room room)doubleExceedingHeatingVisitor. visit(Room room)doubleLightVisitor. visit(Room room)doubleVisitor. visit(Room room)Odwiedza pomieszczenie i wykonuje na nim okreslona operacje. -
Uses of Room in pl.put.poznan.buildingInfo.rest
Fields in pl.put.poznan.buildingInfo.rest with type parameters of type Room Modifier and Type Field Description List<Room>RoomController. roomsMethods in pl.put.poznan.buildingInfo.rest that return Room Modifier and Type Method Description RoomRoomController. addRoom(Room room, int buildingId, int levelId)Dodaje nowe pomieszczenie do wskazanego poziomu w budynku.RoomRoomController. getRoom(int buildingId, int levelId, int roomId)Pobiera szczegoly konkretnego pomieszczenia na podstawie jego identyfikatora.RoomRoomController. updateRoom(int buildingId, int levelId, int roomId, Room updatedRoom)Aktualizuje dane istniejÄ…cego pomieszczenia.Methods in pl.put.poznan.buildingInfo.rest that return types with arguments of type Room Modifier and Type Method Description List<Room>RoomController. getAllRooms(int buildingId, int levelId)Pobiera wszystkie pomieszczenia na wskazanym poziomie w budynku.Methods in pl.put.poznan.buildingInfo.rest with parameters of type Room Modifier and Type Method Description RoomRoomController. addRoom(Room room, int buildingId, int levelId)Dodaje nowe pomieszczenie do wskazanego poziomu w budynku.RoomRoomController. updateRoom(int buildingId, int levelId, int roomId, Room updatedRoom)Aktualizuje dane istniejÄ…cego pomieszczenia.
-