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.ms.entity 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 EGenderUserProfile. getGender()Methods in de.xima.fc.entities with parameters of type EGender Modifier and Type Method Description voidUserProfile. 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 EGenderUserProfileCreateBean. getGender()Methods in de.xima.fc.gui.bean.user with parameters of type EGender Modifier and Type Method Description voidUserProfileCreateBean. 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 EGenderIUser. 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 EGenderEAnrede. toGender()static EGenderEGender. 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 EAnredeEAnrede. fromGender(EGender gender) -
Uses of EGender in de.xima.fc.ms.entity
Methods in de.xima.fc.ms.entity with parameters of type EGender Modifier and Type Method Description DummyUserCreatorDummyUserCreator. gender(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 EGenderSecurityProfileHelper. 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 EGenderVirtualUser. getGender()Methods in de.xima.fc.user with parameters of type EGender Modifier and Type Method Description VirtualUser.BuilderVirtualUser.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 EGenderUserMgmtUtils. 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.GenderUserMgmtUtils. convert(EGender gender)Converts the given gender to a pac4jGenderand toGender.UNSPECIFIEDif no match was found ornull.
-