Package | Description |
---|---|
com.edgeti.VisibilityServer | |
com.edgeti.VisibilityServer.UsersAndRoles |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TableInfoObject> |
UserInfoObject.tables |
Modifier and Type | Method and Description |
---|---|
java.util.List<TableInfoObject> |
UserInfoObject.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
UserInfoObject.setTables(java.util.List<TableInfoObject> tables) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TableInfoObject> |
RoleInfoObject.tables
The tables.
|
Modifier and Type | Method and Description |
---|---|
TableInfoObject |
UsersAndRoles.updateTableRelation(TableInfoObject table)
Update table relation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableInfoObject> |
UsersAndRoles.getAllTables()
return all Tables and related data (users and roles) from database
|
java.util.List<TableInfoObject> |
RoleInfoObject.getTables()
Gets the tables.
|
protected java.util.List<TableInfoObject> |
UsersAndRoles.getTablesByRole(int roleId)
Gets the tables by role.
|
protected java.util.List<TableInfoObject> |
UsersAndRoles.getTablesByUser(int userId)
return all tables matching user ID
|
Modifier and Type | Method and Description |
---|---|
TableInfoObject |
UsersAndRoles.updateTableRelation(TableInfoObject table)
Update table relation.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleInfoObject.setTables(java.util.List<TableInfoObject> tables)
Sets the tables.
|