Class UserReport

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.system.UserReport
All Implemented Interfaces:
java.io.Serializable

public class UserReport
extends ValueClass
User report for AdminConsole.
Since:
10.17.040.003
See Also:
Serialized Form
  • Field Details

    • userNames

      protected java.util.List<UserName> userNames
      All user names.
      Since:
      12.00.000.049
    • counterTotal

      protected int counterTotal
      Total count of all users.
      Since:
      12.00.000.049
    • counterUser

      protected int counterUser
      Count of users.
      Since:
      12.00.000.049
    • counterGroup

      protected int counterGroup
      Count of groups.
      Since:
      12.00.000.049
    • counterNoLogin

      protected int counterNoLogin
      Count of users without login flag.
      Since:
      12.00.000.049
    • subadminIds

      protected java.util.List<java.lang.Integer> subadminIds
      List of subadmin IDs.
      Since:
      12.00.000.049
    • dmsDesktopUserIds

      protected java.util.List<java.lang.Integer> dmsDesktopUserIds
      List of DMS Desktop user IDs.
      Since:
      12.00.000.049
    • optionGroupIds

      protected java.util.List<java.lang.Integer> optionGroupIds
      List of option group IDs.
      Since:
      12.00.000.049
    • childIds

      protected java.util.List<java.lang.Integer> childIds
      List of child IDs.
      Since:
      12.00.000.049
  • Constructor Details

  • Method Details