Uses of Class
de.fhdw.hfw417.dokumentenpostfach.model.benutzer.Benutzergruppe
-
Packages that use Benutzergruppe Package Description de.fhdw.hfw417.dokumentenpostfach.dto Datentransferobjekte die von dem Dokumenten-Postfach verwendet wurden.de.fhdw.hfw417.dokumentenpostfach.mapper Beidseitige Umwandlung von Dokumententransferobjekten (DTO) und Modell-Objekten.de.fhdw.hfw417.dokumentenpostfach.model.benutzer Modell-Objekte bezüglich des Benutzers, die im Postfach verwendet werden.de.fhdw.hfw417.dokumentenpostfach.repository Repository der Modell-Objekte, mittels dieser werden die Objekte persistiert.de.fhdw.hfw417.dokumentenpostfach.service Dienste/Services des Dokumenten-Postfachs. -
-
Uses of Benutzergruppe in de.fhdw.hfw417.dokumentenpostfach.dto
Methods in de.fhdw.hfw417.dokumentenpostfach.dto that return types with arguments of type Benutzergruppe Modifier and Type Method Description Set<Benutzergruppe>AuthBenutzerDTO. getBenutzergruppen()Method parameters in de.fhdw.hfw417.dokumentenpostfach.dto with type arguments of type Benutzergruppe Modifier and Type Method Description voidAuthBenutzerDTO. setBenutzergruppen(Set<Benutzergruppe> benutzergruppen) -
Uses of Benutzergruppe in de.fhdw.hfw417.dokumentenpostfach.mapper
Methods in de.fhdw.hfw417.dokumentenpostfach.mapper that return Benutzergruppe Modifier and Type Method Description static BenutzergruppeBenutzergruppenMapper. mapToBenutzerGruppe(BenutzergruppenDTO gruppenDTO)Uebersetzt das angegebene BenutzergruppenDTO in ein Benutzergruppen-Objekt. -
Uses of Benutzergruppe in de.fhdw.hfw417.dokumentenpostfach.model.benutzer
Methods in de.fhdw.hfw417.dokumentenpostfach.model.benutzer that return types with arguments of type Benutzergruppe Modifier and Type Method Description Set<Benutzergruppe>StandardBenutzer. getBenutzergruppen()Methods in de.fhdw.hfw417.dokumentenpostfach.model.benutzer with parameters of type Benutzergruppe Modifier and Type Method Description voidStandardBenutzer. addBenutzergruppe(Benutzergruppe benutzergruppe)Fuegt die uebergebene Benutzergruppe der Liste der Benutzergruppen hinzu.booleanStandardBenutzer. contains(Benutzergruppe benutzergruppe)Prueft, ob die Benutzergruppe in der Liste vorhanden ist.voidStandardBenutzer. removeBenutzergruppe(Benutzergruppe benutzergruppe)Entfernt die uebergebene Benutzergruppe aus der Liste der Benutzergruppen.Method parameters in de.fhdw.hfw417.dokumentenpostfach.model.benutzer with type arguments of type Benutzergruppe Modifier and Type Method Description voidStandardBenutzer. addBenutzergruppenSet(Set<Benutzergruppe> addBntzrgrppn)Fuegt die uebergebenen Benutzergruppen der Liste der Benutzergruppen hinzu.booleanStandardBenutzer. containsAllBenutzergruppen(List<Benutzergruppe> alleBntzrgrppn)Prueft, ob die Benutzergruppen in der Liste vorhanden sind.voidStandardBenutzer. removeBenutzergruppen(List<Benutzergruppe> removeBntzrgrppn)Entfernt die uebergebenen Benutzergruppen aus der Liste der Benutzergruppen.voidStandardBenutzer. setBenutzergruppen(Set<Benutzergruppe> benutzergruppen) -
Uses of Benutzergruppe in de.fhdw.hfw417.dokumentenpostfach.repository
Methods in de.fhdw.hfw417.dokumentenpostfach.repository that return types with arguments of type Benutzergruppe Modifier and Type Method Description List<Benutzergruppe>GruppenRepository. findAll()Liefert eine Liste mit allen Benutzergruppen.Optional<Benutzergruppe>GruppenRepository. findByName(String name)Sucht eine Benutzergruppe anhand ihres Namens. -
Uses of Benutzergruppe in de.fhdw.hfw417.dokumentenpostfach.service
Methods in de.fhdw.hfw417.dokumentenpostfach.service that return Benutzergruppe Modifier and Type Method Description BenutzergruppeGruppenService. erstelleBenutzergruppe(BenutzergruppenDTO gruppenDTO)Erstellt eine Benutzergruppe aus demBenutzergruppenDTO-Objekt.Methods in de.fhdw.hfw417.dokumentenpostfach.service that return types with arguments of type Benutzergruppe Modifier and Type Method Description List<Benutzergruppe>GruppenService. getBenutzergruppen()Liefert alle in der Datenbank gespeichertenBenutzergruppe-Objekte.Methods in de.fhdw.hfw417.dokumentenpostfach.service with parameters of type Benutzergruppe Modifier and Type Method Description voidBenutzerService. loescheBenutzergruppenReferenz(Benutzergruppe benutzergruppe)Loescht die Benutzergruppenreferenz für alle (referenzierenden) Benutzer.voidBenutzerService. ueberpruefeLoeschBedingungen(Benutzergruppe benutzergruppe)Prueft für die angegebeneBenutzergruppe, ob diese den Kriterien entspricht, dass diese geloescht werden kann.
-