@Scriptable public final class UserNameBuilder extends Object
Constructor and Description |
---|
UserNameBuilder() |
Modifier and Type | Method and Description |
---|---|
static String |
getDisplayName(de.uplanet.lucy.usermanager.ILogonUser p_user) |
static String |
getFullName(de.uplanet.lucy.usermanager.ILogonUser p_user,
boolean p_bWithComma)
Returns the full name of the specified user.
|
static String |
getFullName(de.uplanet.lucy.usermanager.ILogonUser p_user,
boolean p_bWithTitle,
boolean p_bWithComma) |
public static String getFullName(de.uplanet.lucy.usermanager.ILogonUser p_user, boolean p_bWithComma)
p_user
- user to return the full name for.p_bWithComma
- specifies, if the name will be returned in the format
<LastName>,<FirstName><MiddleName>
<FirstName><MiddleName><LastName>
public static String getFullName(de.uplanet.lucy.usermanager.ILogonUser p_user, boolean p_bWithTitle, boolean p_bWithComma)
public static String getDisplayName(de.uplanet.lucy.usermanager.ILogonUser p_user)