Uses of Class
cz.zcu.students.cacha.bp_server.view_models.UpdateInstitutionVM
-
Packages that use UpdateInstitutionVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of UpdateInstitutionVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type UpdateInstitutionVM Modifier and Type Method Description GenericResponse
InstitutionController. updateInstitution(@Valid UpdateInstitutionVM updateInstitutionVM, User user)
Updates institution information -
Uses of UpdateInstitutionVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type UpdateInstitutionVM Modifier and Type Method Description void
InstitutionService. updateInstitution(UpdateInstitutionVM institution, User user)
Updates institution information
-