Uses of Class
de.adorsys.ledgers.um.api.domain.AccountAccessBO
-
Packages that use AccountAccessBO Package Description de.adorsys.ledgers.um.api.domain de.adorsys.ledgers.um.api.service -
-
Uses of AccountAccessBO in de.adorsys.ledgers.um.api.domain
Methods in de.adorsys.ledgers.um.api.domain that return AccountAccessBO Modifier and Type Method Description AccountAccessBOAccountAccessBO. setWeight(int scaWeight)Methods in de.adorsys.ledgers.um.api.domain with parameters of type AccountAccessBO Modifier and Type Method Description voidUserBO. addNewAccess(AccountAccessBO access)voidUserBO. updateExistingAccess(AccountAccessBO access)Method parameters in de.adorsys.ledgers.um.api.domain with type arguments of type AccountAccessBO Modifier and Type Method Description intUserBO. resolveMinimalWeightForReferences(List<AccountAccessBO> references) -
Uses of AccountAccessBO in de.adorsys.ledgers.um.api.service
Method parameters in de.adorsys.ledgers.um.api.service with type arguments of type AccountAccessBO Modifier and Type Method Description UserBOUserService. updateAccountAccess(String userLogin, List<AccountAccessBO> accountAccessListBO)
-