Uses of Class
cz.zcu.students.cacha.bp_server.view_models.AllowedLanguagesVM
-
Packages that use AllowedLanguagesVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of AllowedLanguagesVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return AllowedLanguagesVM Modifier and Type Method Description AllowedLanguagesVM
InstitutionController. getAllowedLanguages(User user)
Gets the chosen and possible languages of logged in user's institution -
Uses of AllowedLanguagesVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return AllowedLanguagesVM Modifier and Type Method Description AllowedLanguagesVM
InstitutionService. getAllowedLanguages(User user)
Gets the chosen and possible languages of institution
-