Uses of Class
es.kukenan.smartfi.microservice.transfer.repository.entity.UserBackoffice
Packages that use UserBackoffice
Package
Description
Services and internal components package.
Services and internal components package.
Services and internal components package.
Package where all back office specific components will be placed.
Core client packages.
Services and related beans and dependencies.
-
Uses of UserBackoffice in es.kukenan.smartfi.microservice.transfer.repository
Methods in es.kukenan.smartfi.microservice.transfer.repository that return UserBackofficeModifier and TypeMethodDescriptionUserBackofficeRepository.findByCoreUserIdAndBackofficeId(String coreUserId, Integer backofficeId) query for filter by params.Methods in es.kukenan.smartfi.microservice.transfer.repository that return types with arguments of type UserBackofficeModifier and TypeMethodDescriptionUserBackofficeRepository.findByUserAndBackofficeId(User user, Integer backofficeId) Find data by user and backoffice identifier.UserBackofficeRepository.findByUserId(String userId) Get all the given user back offices. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.transfer.repository.entity
Fields in es.kukenan.smartfi.microservice.transfer.repository.entity with type parameters of type UserBackofficeModifier and TypeFieldDescriptionprivate List<UserBackoffice>User.userBackofficelist of user backoffice. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.transfer.service
Methods in es.kukenan.smartfi.microservice.transfer.service that return UserBackofficeModifier and TypeMethodDescriptionprivate UserBackofficeTransferService.getUserBackoffice(Integer backofficeId, User user) Method parameters in es.kukenan.smartfi.microservice.transfer.service with type arguments of type UserBackofficeModifier and TypeMethodDescriptionprivate <T> TTransferService.getFavouriteTransfers(String userId, Integer backofficeId, BiFunction<BackofficeClient, UserBackoffice, T> getFavouritesFunction) Retrieves Favourite Transfers for a user.private es.kukenan.smartfi.microservice.transfer.api.transfer.TransfersResponseDtoTransferService.retrieveTransfers(String userId, Integer backofficeId, BiFunction<BackofficeClient, UserBackoffice, TransferDomain> getTransfersFunction) Retrieves Transfers for a user. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.transfer.service.backoffice
Methods in es.kukenan.smartfi.microservice.transfer.service.backoffice with parameters of type UserBackofficeModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoBackofficeClient.doExchangeCode(es.kukenan.smartfi.microservice.transfer.api.exchange.ExchangeTransferRequestDto codeRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String idOperacion, String tokenJwt) Do exchange code operation.es.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoBackofficeClient.doExchangeCreditCard(es.kukenan.smartfi.microservice.transfer.api.exchange.ExchangeTransferRequestDto codeRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String idOperacion, String tokenJwt) Do exchange credit card operation.es.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoBackofficeClient.doTransfer(es.kukenan.smartfi.microservice.transfer.api.products.ProductOriginDto origin, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto transferRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String idOperacion, String tokenJwt) Do transfer operation.es.kukenan.smartfi.microservice.transfer.api.transfer.favorite.TransferFavoritesResponseDtoBackofficeClient.getFavourites(UserBackoffice userBackoffice, es.kukenan.smartfi.microservice.transfer.api.products.ProductDto productDto, Optional<String> paginationKey) Retrieves Product Favourite Transfers for a user.BackofficeClient.getTransfers(String userJwtToken, UserBackoffice userBackoffice, es.kukenan.smartfi.microservice.transfer.api.products.ProductDto productDto, String type, Optional<String> mode, String dateFrom, String dateTo, Optional<String> paginationKey, Supplier<es.kukenan.smartfi.microservice.transfer.api.transfer.TransfersDataCatalogDto> transferModesSupplier) Retrieves Product Transfers for a user.es.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoBackofficeClient.modifyScheduledTransfer(es.kukenan.smartfi.microservice.transfer.api.products.ProductOriginDto origin, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto transferRequestDto, String userId, UserBackoffice userBackoffice, String userIP, String userAgent, String transferId, String operationId, es.kukenan.smartfi.common.security.WalletAuthentication userToken) Modify transfer by ID operation.es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDtoBackofficeClient.simulateTransfer(es.kukenan.smartfi.microservice.transfer.api.products.ProductOriginDto origin, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto transferRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String tokenJtw) Simulate transfer operation. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.transfer.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.transfer.service.backoffice.core with parameters of type UserBackofficeModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoCoreBackofficeClientAdapter.doExchangeCode(es.kukenan.smartfi.microservice.transfer.api.exchange.ExchangeTransferRequestDto codeRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String idOperacion, String tokenJwt) es.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoCoreBackofficeClientAdapter.doExchangeCreditCard(es.kukenan.smartfi.microservice.transfer.api.exchange.ExchangeTransferRequestDto codeRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String idOperacion, String tokenJwt) es.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoCoreBackofficeClientAdapter.doTransfer(es.kukenan.smartfi.microservice.transfer.api.products.ProductOriginDto origin, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto transferRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String idOperacion, String tokenJwt) es.kukenan.smartfi.microservice.transfer.api.transfer.favorite.TransferFavoritesResponseDtoCoreBackofficeClientAdapter.getFavourites(UserBackoffice userBackoffice, es.kukenan.smartfi.microservice.transfer.api.products.ProductDto productDto, Optional<String> paginationKey) CoreBackofficeClientAdapter.getTransfers(String userJwtToken, UserBackoffice userBackoffice, es.kukenan.smartfi.microservice.transfer.api.products.ProductDto productDto, String type, Optional<String> mode, String dateFrom, String dateTo, Optional<String> paginationKey, Supplier<es.kukenan.smartfi.microservice.transfer.api.transfer.TransfersDataCatalogDto> transferModesSupplier) es.kukenan.smartfi.microservice.transfer.api.transfer.TransferResponseDtoCoreBackofficeClientAdapter.modifyScheduledTransfer(es.kukenan.smartfi.microservice.transfer.api.products.ProductOriginDto origin, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto transferRequestDto, String userId, UserBackoffice userBackoffice, String userIP, String userAgent, String transferId, String operationId, es.kukenan.smartfi.common.security.WalletAuthentication userToken) es.kukenan.smartfi.microservice.transfer.api.transfer.TransferSimulationResponseDtoCoreBackofficeClientAdapter.simulateTransfer(es.kukenan.smartfi.microservice.transfer.api.products.ProductOriginDto origin, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto transferRequestDto, UserBackoffice userBackoffice, String userIP, String userAgent, String tokenJwt) -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.transfer.utils
Methods in es.kukenan.smartfi.microservice.transfer.utils that return types with arguments of type UserBackofficeModifier and TypeMethodDescriptionstatic List<UserBackoffice>UserUtils.map(User user, List<es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice> userBackofficeEntities) Map the givenUserBackofficelist to aUserBackofficelist.