Package de.elo.ix.client.system
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 Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Integer>
childIds
List of child IDs.protected int
counterGroup
Count of groups.protected int
counterNoLogin
Count of users without login flag.protected int
counterTotal
Total count of all users.protected int
counterUser
Count of users.protected java.util.List<java.lang.Integer>
dmsDesktopUserIds
List of DMS Desktop user IDs.protected java.util.List<java.lang.Integer>
optionGroupIds
List of option group IDs.protected java.util.List<java.lang.Integer>
subadminIds
List of subadmin IDs.protected java.util.List<UserName>
userNames
All user names. -
Constructor Summary
Constructors Constructor Description UserReport()
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Integer>
getChildIds()
int
getCounterGroup()
int
getCounterNoLogin()
int
getCounterTotal()
int
getCounterUser()
java.util.List<java.lang.Integer>
getDmsDesktopUserIds()
java.util.List<java.lang.Integer>
getOptionGroupIds()
java.util.List<java.lang.Integer>
getSubadminIds()
java.util.List<UserName>
getUserNames()
void
incrementCounterGroup()
void
incrementCounterNoLogin()
void
incrementCounterTotal()
void
incrementCounterUser()
void
setChildIds(java.util.List<java.lang.Integer> childIds)
void
setCounterGroup(int counterGroup)
void
setCounterNoLogin(int counterNoLogin)
void
setCounterTotal(int counterTotal)
void
setCounterUser(int counterUser)
void
setDmsDesktopUserIds(java.util.List<java.lang.Integer> dmsDesktopUserIds)
void
setOptionGroupIds(java.util.List<java.lang.Integer> optionGroupIds)
void
setSubadminIds(java.util.List<java.lang.Integer> subadminIds)
void
setUserNames(java.util.List<UserName> userNames)
-
Field Details
-
userNames
All user names.- Since:
- 12.00.000.049
-
counterTotal
protected int counterTotalTotal count of all users.- Since:
- 12.00.000.049
-
counterUser
protected int counterUserCount of users.- Since:
- 12.00.000.049
-
counterGroup
protected int counterGroupCount of groups.- Since:
- 12.00.000.049
-
counterNoLogin
protected int counterNoLoginCount of users without login flag.- Since:
- 12.00.000.049
-
subadminIds
protected java.util.List<java.lang.Integer> subadminIdsList of subadmin IDs.- Since:
- 12.00.000.049
-
dmsDesktopUserIds
protected java.util.List<java.lang.Integer> dmsDesktopUserIdsList of DMS Desktop user IDs.- Since:
- 12.00.000.049
-
optionGroupIds
protected java.util.List<java.lang.Integer> optionGroupIdsList of option group IDs.- Since:
- 12.00.000.049
-
childIds
protected java.util.List<java.lang.Integer> childIdsList of child IDs.- Since:
- 12.00.000.049
-
-
Constructor Details
-
UserReport
public UserReport()
-
-
Method Details
-
getUserNames
-
setUserNames
-
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 java.util.List<java.lang.Integer> getSubadminIds() -
setSubadminIds
public void setSubadminIds(java.util.List<java.lang.Integer> subadminIds) -
getDmsDesktopUserIds
public java.util.List<java.lang.Integer> getDmsDesktopUserIds() -
setDmsDesktopUserIds
public void setDmsDesktopUserIds(java.util.List<java.lang.Integer> dmsDesktopUserIds) -
getOptionGroupIds
public java.util.List<java.lang.Integer> getOptionGroupIds() -
setOptionGroupIds
public void setOptionGroupIds(java.util.List<java.lang.Integer> optionGroupIds) -
getChildIds
public java.util.List<java.lang.Integer> getChildIds() -
setChildIds
public void setChildIds(java.util.List<java.lang.Integer> childIds) -
incrementCounterTotal
public void incrementCounterTotal() -
incrementCounterGroup
public void incrementCounterGroup() -
incrementCounterUser
public void incrementCounterUser() -
incrementCounterNoLogin
public void incrementCounterNoLogin()
-