Uses of Class
cz.zcu.students.cacha.bp_server.view_models.RateTranslationsVM
-
Packages that use RateTranslationsVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of RateTranslationsVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return RateTranslationsVM Modifier and Type Method Description RateTranslationsVM
TranslationController. getRateOverview(Long exhibitId, Long languageId, User user)
Gets the translation overview for rating -
Uses of RateTranslationsVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return RateTranslationsVM Modifier and Type Method Description RateTranslationsVM
TranslationService. getRateOverview(Long exhibitId, Long languageId, User user)
Gets the translation overview for rating
-