Uses of Class
cz.zcu.students.cacha.bp_server.view_models.TranslationVM
-
Packages that use TranslationVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of TranslationVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return TranslationVM Modifier and Type Method Description TranslationVM
TranslationController. getOfficialTranslation(Long exhibitId, String languageCode)
Gets official translation for given exhibit and languageMethods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type TranslationVM Modifier and Type Method Description List<TranslationVM>
TranslationController. getSequence(Long exhibitId, Long languageId, User user)
Gets translation sequence for given exhibit and language -
Uses of TranslationVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return TranslationVM Modifier and Type Method Description TranslationVM
TranslationService. getOfficialTranslation(Long exhibitId, String languageCode)
Gets official translation for given exhibit and languageMethods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type TranslationVM Modifier and Type Method Description List<TranslationVM>
TranslationService. getSequence(Long exhibitId, Long languageId, User user)
Gets translation sequence for given exhibit and language
-