Uses of Class
cz.zcu.students.cacha.bp_server.view_models.CoordinatesVM
-
Packages that use CoordinatesVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of CoordinatesVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type CoordinatesVM Modifier and Type Method Description List<InstitutionVM>
InstitutionController. getInstitutionsOrdered(@Valid CoordinatesVM coordinates)
Gets all institutions ordered relative to given coordinates -
Uses of CoordinatesVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type CoordinatesVM Modifier and Type Method Description List<InstitutionVM>
InstitutionService. getInstitutionsOrdered(CoordinatesVM coordinates)
Gets all institutions ordered relative to given coordinates
-