Package | Description |
---|---|
unidue.ub.statistics.userauth |
Handling of users and their personal options.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<UserRole> |
UserRoleDAO.getUserRolesByEmail(java.lang.String email)
retrieves the list of
UserRole -objects by its email. |
Modifier and Type | Method and Description |
---|---|
static void |
UserRoleDAO.delete(UserRole r)
deletes a user role
|
static void |
UserRoleDAO.insert(UserRole r)
persists a user role
|