Uses of Class
pl.put.poznan.buildingInfo.logic.locations.Level
-
Packages that use Level Package Description pl.put.poznan.buildingInfo.logic.locations pl.put.poznan.buildingInfo.logic.visitors pl.put.poznan.buildingInfo.rest -
-
Uses of Level in pl.put.poznan.buildingInfo.logic.locations
Fields in pl.put.poznan.buildingInfo.logic.locations with type parameters of type Level Modifier and Type Field Description List<Level>Building. levelsInBuildingMethods in pl.put.poznan.buildingInfo.logic.locations that return types with arguments of type Level Modifier and Type Method Description List<Level>Building. getLevelsInBuilding()Funkcja zwraca liste poziomow w budynku.Method parameters in pl.put.poznan.buildingInfo.logic.locations with type arguments of type Level Modifier and Type Method Description voidBuilding. setLevelsInBuilding(List<Level> levelsInBuilding)Funkcja pozwala na natychmiastowe zdefiniowanie calej listy podlokacji w budynku. -
Uses of Level in pl.put.poznan.buildingInfo.logic.visitors
Methods in pl.put.poznan.buildingInfo.logic.visitors with parameters of type Level Modifier and Type Method Description doubleAreaVisitor. visit(Level level)doubleCubeVisitor. visit(Level level)doubleEnergyVisitor. visit(Level level)doubleExceedingHeatingVisitor. visit(Level level)doubleLightVisitor. visit(Level level)doubleVisitor. visit(Level level)Odwiedza poziom i wykonuje na nim okreslona operacje. -
Uses of Level in pl.put.poznan.buildingInfo.rest
Fields in pl.put.poznan.buildingInfo.rest with type parameters of type Level Modifier and Type Field Description List<Level>LevelController. levelsMethods in pl.put.poznan.buildingInfo.rest that return Level Modifier and Type Method Description LevelLevelController. addLevel(Level level, int buildingId)Dodaje nowy poziom do wskazanego budynku.LevelLevelController. getLevel(int buildingId, int levelId)Pobiera szczegoly konkretnego poziomu na podstawie jego identyfikatora i identyfikatora budynku.LevelLevelController. updateLevel(int buildingId, int levelId, Level updatedLevel)Aktualizuje dane istniejÄ…cego poziomu.Methods in pl.put.poznan.buildingInfo.rest that return types with arguments of type Level Modifier and Type Method Description List<Level>LevelController. getAllLevels(int buildingId)Pobiera wszystkie poziomy (levels) dla konkretnego budynku.Methods in pl.put.poznan.buildingInfo.rest with parameters of type Level Modifier and Type Method Description LevelLevelController. addLevel(Level level, int buildingId)Dodaje nowy poziom do wskazanego budynku.LevelLevelController. updateLevel(int buildingId, int levelId, Level updatedLevel)Aktualizuje dane istniejÄ…cego poziomu.
-