Uses of Class
cz.zcu.students.cacha.bp_server.view_models.BuildingVM
-
Packages that use BuildingVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of BuildingVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return BuildingVM Modifier and Type Method Description BuildingVM
LocationController. getBuilding(Long buildingId, User user)
Gets building based on its idMethods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type BuildingVM Modifier and Type Method Description List<BuildingVM>
LocationController. getAllBuildings(Long institutionId)
Gets all buildings of institution based on its idList<BuildingVM>
LocationController. getAllBuildingsOfUsersInstitution(User user)
Gets all buildings of logged in user's institution -
Uses of BuildingVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return BuildingVM Modifier and Type Method Description BuildingVM
LocationService. getBuilding(Long buildingId, User user)
Gets details about building defined by its idMethods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type BuildingVM Modifier and Type Method Description List<BuildingVM>
LocationService. getAllBuildings(Long institutionId)
Gets all buildings of institution defined by its idList<BuildingVM>
LocationService. getAllBuildingsOfUsersInstitution(User user)
Gets all buildings of user's institution
-