Uses of Class
cz.zcu.students.cacha.bp_server.view_models.TranslationSequenceVM
-
Packages that use TranslationSequenceVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of TranslationSequenceVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type TranslationSequenceVM Modifier and Type Method Description List<TranslationSequenceVM>
TranslationController. getSequences(User user)
Gets the translation sequences of logged in user -
Uses of TranslationSequenceVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type TranslationSequenceVM Modifier and Type Method Description List<TranslationSequenceVM>
TranslationService. getSequences(User user)
Gets the translation sequences of given user
-