Uses of Class
de.adorsys.ledgers.middleware.api.domain.um.UserRoleTO
-
Packages that use UserRoleTO Package Description de.adorsys.ledgers.middleware.api.domain.um de.adorsys.ledgers.middleware.api.service -
-
Uses of UserRoleTO in de.adorsys.ledgers.middleware.api.domain.um
Methods in de.adorsys.ledgers.middleware.api.domain.um that return UserRoleTO Modifier and Type Method Description static UserRoleTOUserRoleTO. valueOf(String name)Returns the enum constant of this type with the specified name.static UserRoleTO[]UserRoleTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.middleware.api.domain.um that return types with arguments of type UserRoleTO Modifier and Type Method Description static Optional<UserRoleTO>UserRoleTO. getByValue(String value)Constructors in de.adorsys.ledgers.middleware.api.domain.um with parameters of type UserRoleTO Constructor Description UserTO(String login, String email, String pin, UserRoleTO role) -
Uses of UserRoleTO in de.adorsys.ledgers.middleware.api.service
Methods in de.adorsys.ledgers.middleware.api.service with parameters of type UserRoleTO Modifier and Type Method Description voidMiddlewareCleanupService. deleteAccount(String userId, UserRoleTO userRole, String accountId)voidMiddlewareCleanupService. deleteTransactions(String userId, UserRoleTO userRole, String accountId)Remove all transactions for deposit accountvoidMiddlewareCleanupService. deleteUser(String userId, UserRoleTO userRole, String userToDeleteId)voidMiddlewareCleanupService. removeBranch(String userId, UserRoleTO role, String branchId)Method parameters in de.adorsys.ledgers.middleware.api.service with type arguments of type UserRoleTO Modifier and Type Method Description CustomPageImpl<UserTO>MiddlewareUserManagementService. getUsersByBranchAndRoles(String countryCode, String branchId, String branchLogin, String userLogin, List<UserRoleTO> roles, Boolean blocked, CustomPageableImpl pageable)Loads list of users by branch and roleCustomPageImpl<UserExtendedTO>MiddlewareUserManagementService. getUsersByBranchAndRolesExtended(String countryCode, String branchId, String branchLogin, String userLogin, List<UserRoleTO> roles, Boolean blocked, CustomPageableImpl pageable)Loads list of users by branch and roleCustomPageImpl<UserTO>MiddlewareUserManagementService. getUsersByRoles(List<UserRoleTO> roles, CustomPageableImpl pageable)
-