Uses of Class
de.fhdw.hfw417.dokumentenpostfach.dto.BenutzerDTO
-
Packages that use BenutzerDTO Package Description de.fhdw.hfw417.dokumentenpostfach.controller Paket für die REST-Schnittstellen des Dokumenten-Postfachs.de.fhdw.hfw417.dokumentenpostfach.mapper Beidseitige Umwandlung von Dokumententransferobjekten (DTO) und Modell-Objekten.de.fhdw.hfw417.dokumentenpostfach.service Dienste/Services des Dokumenten-Postfachs. -
-
Uses of BenutzerDTO in de.fhdw.hfw417.dokumentenpostfach.controller
Methods in de.fhdw.hfw417.dokumentenpostfach.controller with parameters of type BenutzerDTO Modifier and Type Method Description javax.ws.rs.core.Response
BenutzerController. erstelleBenutzer(BenutzerDTO benutzerDTO)
Erzeugt einen Benutzer oder wirft eine Exception, falls der Nutzer bereits existiert. -
Uses of BenutzerDTO in de.fhdw.hfw417.dokumentenpostfach.mapper
Methods in de.fhdw.hfw417.dokumentenpostfach.mapper with parameters of type BenutzerDTO Modifier and Type Method Description StandardBenutzer
BenutzerMapper. mapToStandardBenutzer(BenutzerDTO benutzerDTO)
Uebersetzt von BenutzerDTO zu StandardBenutzer. -
Uses of BenutzerDTO in de.fhdw.hfw417.dokumentenpostfach.service
Methods in de.fhdw.hfw417.dokumentenpostfach.service with parameters of type BenutzerDTO Modifier and Type Method Description AuthBenutzerDTO
BenutzerService. erstelleBenutzer(BenutzerDTO benutzerDTO, Principal userPrincipal)
Erstellt einenAuthBenutzerDTO
aus demBenutzerDTO
.
-