| 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 |
|---|---|
List<UserEntity> |
UserRepository.findBranchIdsByMultipleParameters(String countryCode,
String branchId,
String branchLogin,
UserRole role) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<UserEntity> |
UserRepository.findByBranchInAndLoginContainingAndUserRolesInAndBlockedInAndSystemBlockedFalse(Collection<String> branch,
String login,
Collection<UserRole> userRoles,
Collection<Boolean> blocked,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2020. All rights reserved.