Uses of Class
de.xima.fc.mdl.enums.ERollenTyp
-
Packages that use ERollenTyp Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.testhelper de.xima.fc.utils Package für Utilsklassen -
-
Uses of ERollenTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return ERollenTyp Modifier and Type Method Description ERollenTyp
Rolle. getRollenTyp()
Methods in de.xima.fc.entities with parameters of type ERollenTyp Modifier and Type Method Description void
Rolle. setRollenTyp(ERollenTyp rollenTyp)
-
Uses of ERollenTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ERollenTyp Modifier and Type Method Description ERollenTyp
ERollen. getTyp()
static ERollenTyp
ERollenTyp. valueOf(String name)
Returns the enum constant of this type with the specified name.static ERollenTyp[]
ERollenTyp. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ERollenTyp in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type ERollenTyp Modifier and Type Method Description static Rolle
EntityDummyFactory. dummyRole(String name, ERollenTyp type, Mandant client)
-
Uses of ERollenTyp in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type ERollenTyp Modifier and Type Method Description static String
UserMgmtUtils. dfltBgNameFor(ERollenTyp rolle, Locale locale)
Liefert den lokalisierten Standard-Gruppennamen für Benutzer mit der übergebenen Rolle.
-