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:
Serializable
User report for AdminConsole.
- Since:
- 10.17.040.003
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of child IDs.protected int
Count of groups.protected int
Count of users without login flag.protected int
Total count of all users.protected int
Count of users.List of DMS Desktop user IDs.List of option group IDs.List of subadmin IDs.All user names.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
void
void
void
void
void
setChildIds
(List<Integer> childIds) void
setCounterGroup
(int counterGroup) void
setCounterNoLogin
(int counterNoLogin) void
setCounterTotal
(int counterTotal) void
setCounterUser
(int counterUser) void
setDmsDesktopUserIds
(List<Integer> dmsDesktopUserIds) void
setOptionGroupIds
(List<Integer> optionGroupIds) void
setSubadminIds
(List<Integer> subadminIds) void
setUserNames
(List<UserName> userNames) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
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
List of subadmin IDs.- Since:
- 12.00.000.049
-
dmsDesktopUserIds
List of DMS Desktop user IDs.- Since:
- 12.00.000.049
-
optionGroupIds
List of option group IDs.- Since:
- 12.00.000.049
-
childIds
List 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
-
setSubadminIds
-
getDmsDesktopUserIds
-
setDmsDesktopUserIds
-
getOptionGroupIds
-
setOptionGroupIds
-
getChildIds
-
setChildIds
-
incrementCounterTotal
public void incrementCounterTotal() -
incrementCounterGroup
public void incrementCounterGroup() -
incrementCounterUser
public void incrementCounterUser() -
incrementCounterNoLogin
public void incrementCounterNoLogin()
-