Uses of Class
cz.zcu.students.cacha.bp_server.view_models.InstitutionVM
-
Packages that use InstitutionVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of InstitutionVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return InstitutionVM Modifier and Type Method Description InstitutionVM
InstitutionController. getMyInstitution(User user)
Gets an institution of current userMethods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type InstitutionVM Modifier and Type Method Description List<InstitutionVM>
InstitutionController. getInstitutions()
Gets all registered institutionsList<InstitutionVM>
InstitutionController. getInstitutionsOrdered(@Valid CoordinatesVM coordinates)
Gets all institutions ordered relative to given coordinates -
Uses of InstitutionVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return InstitutionVM Modifier and Type Method Description InstitutionVM
InstitutionService. getMyInstitution(User user)
Gets user's institutionMethods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type InstitutionVM Modifier and Type Method Description List<InstitutionVM>
InstitutionService. getInstitutions()
Gets all institutionsList<InstitutionVM>
InstitutionService. getInstitutionsOrdered(CoordinatesVM coordinates)
Gets all institutions ordered relative to given coordinates
-