Package | Description |
---|---|
de.espirit.firstspirit.access.admin |
Modifier and Type | Method and Description |
---|---|
static UserStorage.Order |
UserStorage.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserStorage.Order[] |
UserStorage.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
UserStorage.findUsers(String pattern,
UserStorage.Order orderBy,
boolean ascending)
Returns an unmodifiable list of users, which matches the given
pattern . |
List<User> |
UserStorage.getDeactivatedUsers(UserStorage.Order orderBy,
boolean ascending)
Returns an unmodifiable list of all deactivated users.
|
List<User> |
UserStorage.getUsers(UserStorage.Order orderBy,
boolean ascending)
Returns an unmodifiable list of all users.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210