public class SaUserInfoImpl extends MutableUserInformationImpl implements SaUserInfo
SaUserInfo.GroupKindUIDFAVORITE| Constructor and Description |
|---|
SaUserInfoImpl(int id,
int userType,
UserName userName,
int orgUnit,
int mandant,
boolean present)
Deprecated.
|
SaUserInfoImpl(int id,
int userType,
UserName userName,
int orgUnit,
int mandant,
boolean present,
UserFlags flags)
Literal Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayName()
Deprecated.
|
SaUserInfo.GroupKind |
getGroupKind()
This method returns the kind of user management entity.
|
int |
getMandantUid() |
String |
getName()
Deprecated.
|
int |
getOrgUnitUid() |
int |
getType()
This method returns the numerical value of the kind of user management entity.
|
int |
getUid()
This method returns the id of the user.
|
UserName |
getUserName()
This method returns the name of the entity.
|
int |
hashCode() |
String |
toString() |
getUserFlags, isPresentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUserFlags, isPresentpublic SaUserInfoImpl(int id,
int userType,
UserName userName,
int orgUnit,
int mandant,
boolean present,
UserFlags flags)
id - IDuserType - TypeuserName - NameorgUnit - Org unitmandant - Mandantpresent - whether the user is presentflags - The special flags concerning this user@Deprecated public SaUserInfoImpl(int id, int userType, UserName userName, int orgUnit, int mandant, boolean present)
SaUserInfoImpl(int, int, UserName, int, int, boolean, UserFlags)
insteadid - IDuserType - TypeuserName - NameorgUnit - Org unitmandant - Mandantpresent - whether the user is presentpublic SaUserInfo.GroupKind getGroupKind()
getGroupKind in interface SaUserInfoSaUserInfo.getGroupKind()public int getMandantUid()
getMandantUid in interface SaUserInfoSaUserInfo.getMandantUid()@Deprecated public String getName()
getName in interface SaUserInfoSaUserInfo.getName()public int getOrgUnitUid()
getOrgUnitUid in interface SaUserInfoSaUserInfo.getOrgUnitUid()public int getType()
getType in interface SaUserInfoSaUserInfo.getType()public int getUid()
getUid in interface SaUserInfoSaUserInfo.getUid()public UserName getUserName()
SaUserInfogetUserName in interface SaUserInfo@Deprecated public String getDisplayName()
getDisplayName in interface SaUserInfoCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.