| Package | Description |
|---|---|
| de.alpharogroup.user.management.enums | |
| de.alpharogroup.user.management.factories |
| Modifier and Type | Method and Description |
|---|---|
static GenderType |
GenderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenderType[] |
GenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GenderType> |
GenderType.getHumanGenders()
Gets the all genders without the gender type
UNDEFINED and
INCORPORATION. |
static List<GenderType> |
GenderType.getValidGenders()
Gets the all genders without the gender type
UNDEFINED. |
| Modifier and Type | Method and Description |
|---|---|
UserDatas |
UserManagementFactory.newUserData(Integer id,
String birthname,
Date dateofbirth,
String firstname,
GenderType gender,
String ipAddress,
String lastname,
String locale)
Factory method for create an UserData object.
|
UserDatas |
UserManagementFactory.newUserData(Integer id,
String birthname,
Date dateofbirth,
String firstname,
GenderType gender,
String ipAddress,
String lastname,
String locale,
Set<de.alpharogroup.address.book.entities.Addresses> addresses,
Set<Contactmethods> contactmethods,
Set<de.alpharogroup.resource.system.entities.Resources> resources,
Set<de.alpharogroup.user.entities.Users> userContacts)
Factory method for create an UserData object.
|
UserDatas |
UserManagementFactory.newUserData(Integer id,
de.alpharogroup.user.entities.Users owner,
String birthname,
Date dateofbirth,
String firstname,
GenderType gender,
String ipAddress,
String lastname,
String locale,
Set<de.alpharogroup.address.book.entities.Addresses> addresses,
Set<Contactmethods> contactmethods,
Set<de.alpharogroup.resource.system.entities.Resources> resources,
Set<de.alpharogroup.user.entities.Users> userContacts)
Factory method for create an UserData object.
|
UserDatas |
UserManagementFactory.newUserData(String birthname,
Date dateofbirth,
String firstname,
GenderType gender,
String ipAddress,
String lastname,
String locale)
Gets the user data.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.