public class SaUserInfoImpl extends MutableUserInformationImpl implements SaUserInfo
SaUserInfo.GroupKind
UIDFAVORITE
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, isPresent
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUserFlags, isPresent
public 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 SaUserInfo
SaUserInfo.getGroupKind()
public int getMandantUid()
getMandantUid
in interface SaUserInfo
SaUserInfo.getMandantUid()
@Deprecated public String getName()
getName
in interface SaUserInfo
SaUserInfo.getName()
public int getOrgUnitUid()
getOrgUnitUid
in interface SaUserInfo
SaUserInfo.getOrgUnitUid()
public int getType()
getType
in interface SaUserInfo
SaUserInfo.getType()
public int getUid()
getUid
in interface SaUserInfo
SaUserInfo.getUid()
public UserName getUserName()
SaUserInfo
getUserName
in interface SaUserInfo
@Deprecated public String getDisplayName()
getDisplayName
in interface SaUserInfo
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.