Uses of Class
de.xima.fc.mdl.enums.EGender
-
Packages that use EGender Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.user de.xima.fc.interfaces.user de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.helper de.xima.fc.user de.xima.fc.utils Package für Utilsklassen -
-
Uses of EGender in de.xima.fc.entities
Methods in de.xima.fc.entities that return EGender Modifier and Type Method Description EGender
UserProfile. getGender()
Methods in de.xima.fc.entities with parameters of type EGender Modifier and Type Method Description void
UserProfile. setGender(EGender gender)
-
Uses of EGender in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return EGender Modifier and Type Method Description EGender
UserProfileCreateBean. getGender()
Methods in de.xima.fc.gui.bean.user with parameters of type EGender Modifier and Type Method Description void
UserProfileCreateBean. setGender(EGender gender)
-
Uses of EGender in de.xima.fc.interfaces.user
Methods in de.xima.fc.interfaces.user that return EGender Modifier and Type Method Description @NotNull EGender
IUser. getGender()
-
Uses of EGender in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EGender Modifier and Type Method Description EGender
EAnrede. toGender()
static EGender
EGender. valueOf(String name)
Returns the enum constant of this type with the specified name.static EGender[]
EGender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.mdl.enums with parameters of type EGender Modifier and Type Method Description static EAnrede
EAnrede. fromGender(EGender gender)
-
Uses of EGender in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return EGender Modifier and Type Method Description static EGender
SecurityProfileHelper. getGender(org.pac4j.core.profile.UserProfile profile)
-
Uses of EGender in de.xima.fc.user
Methods in de.xima.fc.user that return EGender Modifier and Type Method Description EGender
VirtualUser. getGender()
Methods in de.xima.fc.user with parameters of type EGender Modifier and Type Method Description VirtualUser.Builder
VirtualUser.Builder. withGender(EGender gender)
-
Uses of EGender in de.xima.fc.utils
Methods in de.xima.fc.utils that return EGender Modifier and Type Method Description static EGender
UserMgmtUtils. convert(org.pac4j.core.profile.Gender gender)
Methods in de.xima.fc.utils with parameters of type EGender Modifier and Type Method Description static org.pac4j.core.profile.Gender
UserMgmtUtils. convert(EGender gender)
Converts the given gender to a pac4jGender
and toGender.UNSPECIFIED
if no match was found ornull
.
-