Uses of Class
de.adorsys.ledgers.um.db.domain.AccessType
-
Packages that use AccessType Package Description de.adorsys.ledgers.um.db.domain de.adorsys.ledgers.um.db.repository -
-
Uses of AccessType in de.adorsys.ledgers.um.db.domain
Methods in de.adorsys.ledgers.um.db.domain that return AccessType Modifier and Type Method Description static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessType in de.adorsys.ledgers.um.db.repository
Methods in de.adorsys.ledgers.um.db.repository with parameters of type AccessType Modifier and Type Method Description List<UserEntity>UserRepository. findOwnersByAccountId(String accountId, AccessType accessType)List<UserEntity>UserRepository. findOwnersByIban(String iban, AccessType accessType)
-