Uses of Class
de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.BenutzergruppeExistiertBereitsException
-
Packages that use BenutzergruppeExistiertBereitsException Package Description de.fhdw.hfw417.dokumentenpostfach.controller Paket für die REST-Schnittstellen des Dokumenten-Postfachs.de.fhdw.hfw417.dokumentenpostfach.service Dienste/Services des Dokumenten-Postfachs. -
-
Uses of BenutzergruppeExistiertBereitsException in de.fhdw.hfw417.dokumentenpostfach.controller
Methods in de.fhdw.hfw417.dokumentenpostfach.controller that throw BenutzergruppeExistiertBereitsException Modifier and Type Method Description javax.ws.rs.core.ResponseGruppenController. erstelleBenutzergruppe(BenutzergruppenDTO gruppenDTO)Erzeugt einen Benutzer oder wirft eine Exception, falls der Nutzer bereits existiert. -
Uses of BenutzergruppeExistiertBereitsException in de.fhdw.hfw417.dokumentenpostfach.service
Methods in de.fhdw.hfw417.dokumentenpostfach.service that throw BenutzergruppeExistiertBereitsException Modifier and Type Method Description BenutzergruppeGruppenService. erstelleBenutzergruppe(BenutzergruppenDTO gruppenDTO)Erstellt eine Benutzergruppe aus demBenutzergruppenDTO-Objekt.
-