Class UserReport

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

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

    • userNames

      protected 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 List<Integer> subadminIds
      List of subadmin IDs.
      Since:
      12.00.000.049
    • dmsDesktopUserIds

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

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

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

    • UserReport

      public UserReport()
  • Method Details

    • getUserNames

      public List<UserName> getUserNames()
    • setUserNames

      public void setUserNames(List<UserName> userNames)
    • getCounterTotal

      public int getCounterTotal()
    • setCounterTotal

      public void setCounterTotal(int counterTotal)
    • getCounterUser

      public int getCounterUser()
    • setCounterUser

      public void setCounterUser(int counterUser)
    • getCounterGroup

      public int getCounterGroup()
    • setCounterGroup

      public void setCounterGroup(int counterGroup)
    • getCounterNoLogin

      public int getCounterNoLogin()
    • setCounterNoLogin

      public void setCounterNoLogin(int counterNoLogin)
    • getSubadminIds

      public List<Integer> getSubadminIds()
    • setSubadminIds

      public void setSubadminIds(List<Integer> subadminIds)
    • getDmsDesktopUserIds

      public List<Integer> getDmsDesktopUserIds()
    • setDmsDesktopUserIds

      public void setDmsDesktopUserIds(List<Integer> dmsDesktopUserIds)
    • getOptionGroupIds

      public List<Integer> getOptionGroupIds()
    • setOptionGroupIds

      public void setOptionGroupIds(List<Integer> optionGroupIds)
    • getChildIds

      public List<Integer> getChildIds()
    • setChildIds

      public void setChildIds(List<Integer> childIds)
    • incrementCounterTotal

      public void incrementCounterTotal()
    • incrementCounterGroup

      public void incrementCounterGroup()
    • incrementCounterUser

      public void incrementCounterUser()
    • incrementCounterNoLogin

      public void incrementCounterNoLogin()