Class SaUserInfoImpl

All Implemented Interfaces:
MutableUserInformation, SaUserInfo, Serializable
Direct Known Subclasses:
WorkflowMemberImpl

public class SaUserInfoImpl extends MutableUserInformationImpl implements SaUserInfo
Author:
rbo
See Also:
  • Constructor Details

    • SaUserInfoImpl

      public SaUserInfoImpl(int id, int userType, UserName userName, int orgUnit, int mandant, boolean present, UserFlags flags)
      Literal Constructor.
      Parameters:
      id - ID
      userType - Type
      userName - Name
      orgUnit - Org unit
      mandant - Mandant
      present - whether the user is present
      flags - The special flags concerning this user
    • SaUserInfoImpl

      @Deprecated public SaUserInfoImpl(int id, int userType, UserName userName, int orgUnit, int mandant, boolean present)
      Constructor.
      Parameters:
      id - ID
      userType - Type
      userName - Name
      orgUnit - Org unit
      mandant - Mandant
      present - whether the user is present
  • Method Details