Package de.elo.ix.client
Class ReportInfoUserProps
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ReportInfoUserProps
- All Implemented Interfaces:
Serializable
Additional report information for user modifications.
- Since:
- 9.00.016.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of user IDs to user names.Deprecated.protected List<Substitution>List of active Substitution where the user or any of his groups is set asSubstitution.substituteId.protected UserInfoUserInfo object.protected UserInfoUserInfo object with effective permissions.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.inthashCode()voidsetIdsToNames(Map<Integer, String> idsToNames) voidsetSubsInfos(List<SubsInfo> subsInfos) Deprecated.voidsetSubstitutions(List<Substitution> substitutions) voidsetUserInfo(UserInfo userInfo) voidsetUserInfoEff(UserInfo userInfoEff) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
userInfo
UserInfo object. -
userInfoEff
UserInfo object with effective permissions. -
subsInfos
Deprecated.Substitution information. Replaced bysubstitutions -
substitutions
List of active Substitution where the user or any of his groups is set asSubstitution.substituteId.- Since:
- 12.00.000.031
-
idsToNames
Map of user IDs to user names. This map contains all users referred byuserInfo,userInfoEff, andsubsInfos.
-
-
Constructor Details
-
ReportInfoUserProps
public ReportInfoUserProps() -
ReportInfoUserProps
-
-
Method Details
-
getUserInfo
-
setUserInfo
-
getIdsToNames
-
setIdsToNames
-
getSubsInfos
Deprecated. -
setSubsInfos
Deprecated. -
getUserInfoEff
-
setUserInfoEff
-
hashCode
public int hashCode() -
equals
-
getSubstitutions
-
setSubstitutions
-
toString
-