Uses of Class
cz.zcu.students.cacha.bp_server.view_models.ExhibitsLanguagesVM
-
Packages that use ExhibitsLanguagesVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of ExhibitsLanguagesVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return ExhibitsLanguagesVM Modifier and Type Method Description ExhibitsLanguagesVM
ExhibitController. getExhibitsApproveTranslations(User user)
Gets exhibits and allowed languages of logged in user insitutionExhibitsLanguagesVM
ExhibitController. getExhibitsTranslate(Long institutionId)
Gets exhibits and allowed languages of an institution defined by its id -
Uses of ExhibitsLanguagesVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return ExhibitsLanguagesVM Modifier and Type Method Description ExhibitsLanguagesVM
ExhibitService. getExhibitsApproveTranslations(User user)
Gets exhibits and allowed languages of user's institutionExhibitsLanguagesVM
ExhibitService. getExhibitsTranslate(Long institutionId)
Gets exhibits and allowed languages of an institution defined by its id
-