Uses of Class
de.adorsys.ledgers.um.db.domain.UserRole
-
Packages that use UserRole Package Description de.adorsys.ledgers.um.db.domain de.adorsys.ledgers.um.db.repository -
-
Uses of UserRole in de.adorsys.ledgers.um.db.domain
Methods in de.adorsys.ledgers.um.db.domain that return UserRole Modifier and Type Method Description static UserRoleUserRole. 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. -
Uses of UserRole in de.adorsys.ledgers.um.db.repository
Methods in de.adorsys.ledgers.um.db.repository with parameters of type UserRole Modifier and Type Method Description List<UserEntity>UserRepository. findBranchIdsByMultipleParameters(String countryCode, String branchId, String branchLogin, UserRole role)Method parameters in de.adorsys.ledgers.um.db.repository with type arguments of type UserRole Modifier and Type Method Description org.springframework.data.domain.Page<UserEntity>UserRepository. findByUserRolesIn(Collection<UserRole> userRoles, org.springframework.data.domain.Pageable pageable)
-