| Package | Description |
|---|---|
| de.adorsys.ledgers.um.db.domain | |
| de.adorsys.ledgers.um.db.repository |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<UserEntity> |
UserRepository.findByBranchAndUserRolesIn(String branch,
List<UserRole> roles,
org.springframework.data.domain.Pageable pageable)
Finds all users of the branch with the given roles
|
org.springframework.data.domain.Page<UserEntity> |
UserRepository.findByBranchAndUserRolesInAndLoginContaining(String branch,
List<UserRole> roles,
String queryParam,
org.springframework.data.domain.Pageable pageable)
Finds all users of the branch with the given roles
|
Copyright © 2020. All rights reserved.