Uses of Class
cz.zcu.students.cacha.bp_server.view_models.EmailVM
-
Packages that use EmailVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of EmailVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type EmailVM Modifier and Type Method Description GenericResponse
InstitutionController. addInstitutionManager(@Valid EmailVM emailVM, User user)
Adds new institution manager by sending credentials of a new manager account to given email -
Uses of EmailVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type EmailVM Modifier and Type Method Description void
InstitutionService. addInstitutionManager(EmailVM emailVM, User user)
Adds new institution manager by sending credentials of a new manager account to given email
-