Uses of Class
cz.zcu.students.cacha.bp_server.view_models.NewTranslationVM
-
Packages that use NewTranslationVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of NewTranslationVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return NewTranslationVM Modifier and Type Method Description NewTranslationVM
TranslationController. getNewTranslation(Long exhibitId, Long languageId, User user)
Gets the information for translation to given language and for given exhibit -
Uses of NewTranslationVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return NewTranslationVM Modifier and Type Method Description NewTranslationVM
TranslationService. getNewTranslation(Long exhibitId, Long languageId, User user)
Gets the information for translation to given language and for given exhibit
-