Uses of Class
es.kukenan.smartfi.microservice.transfer.repository.entity.User
Packages that use User
Package
Description
Services and internal components package.
Correos Cash Repositories package.
Services and internal components package.
Package for Correos Cash Entities.
Services and internal components package.
Package where all back office specific components will be placed.
Core client packages.
Generated move money events mapper package.
Services and related beans and dependencies.
-
Uses of User in es.kukenan.smartfi.microservice.transfer.repository
Methods in es.kukenan.smartfi.microservice.transfer.repository with type parameters of type UserModifier and TypeMethodDescription<S extends User>
SUserRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.transfer.repository that return UserModifier and TypeMethodDescriptionUserRepository.findOneByDocumentIdAndCompanyId(String documentId, String companyId) Get user is in BBDD.Methods in es.kukenan.smartfi.microservice.transfer.repository with parameters of type UserModifier and TypeMethodDescriptionUserBackofficeRepository.findByUserAndBackofficeId(User user, Integer backofficeId) Find data by user and backoffice identifier. -
Uses of User in es.kukenan.smartfi.microservice.transfer.repository.correoscash
Methods in es.kukenan.smartfi.microservice.transfer.repository.correoscash with parameters of type UserModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CorreosCashDeposit>CorreosCashDepositRepository.findByUser(User user, org.springframework.data.domain.Pageable pageable) Get all the correos cash deposits. -
Uses of User in es.kukenan.smartfi.microservice.transfer.repository.entity
Fields in es.kukenan.smartfi.microservice.transfer.repository.entity declared as User -
Uses of User in es.kukenan.smartfi.microservice.transfer.repository.entity.correoscash
Fields in es.kukenan.smartfi.microservice.transfer.repository.entity.correoscash declared as User -
Uses of User in es.kukenan.smartfi.microservice.transfer.service
Methods in es.kukenan.smartfi.microservice.transfer.service that return UserMethods in es.kukenan.smartfi.microservice.transfer.service with parameters of type UserModifier and TypeMethodDescriptionprivate TransferDomainTransferService.getTransferForAllModes(BackofficeClient backofficeClient, Integer backofficeId, String userCoreId, String type, String dateFrom, String dateTo, String productId, String paginationKey, String jwtToken, User user, String transferId) private UserBackofficeTransferService.getUserBackoffice(Integer backofficeId, User user) -
Uses of User in es.kukenan.smartfi.microservice.transfer.service.backoffice
Methods in es.kukenan.smartfi.microservice.transfer.service.backoffice with parameters of type UserModifier and TypeMethodDescriptionBackofficeClient.getDetailTransfers(String userId, String type, String mode, String dateFrom, String dateTo, String productId, String paginationKey, String jwtToken, User user, String transferId) Get detail transfers for a user.Optional<es.kukenan.smartfi.microservice.transfer.api.transfer.TransferDto>BackofficeClient.getTransfer(String userId, String type, String mode, String reference, String jwtToken, User user) Get transfer detail.BackofficeClient.getTransfers(String userId, String type, Optional<String> mode, String dateFrom, String dateTo, String productId, String paginationKey, String jwtToken, User user, Supplier<es.kukenan.smartfi.microservice.transfer.api.transfer.TransfersDataCatalogDto> transferModesSupplier) Get transfers for a user. -
Uses of User in es.kukenan.smartfi.microservice.transfer.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.transfer.service.backoffice.core with parameters of type UserModifier and TypeMethodDescriptionCoreBackofficeClientAdapter.getDetailTransfers(String userId, String type, String mode, String dateFrom, String dateTo, String productId, String paginationKey, String jwtToken, User user, String transferId) Optional<es.kukenan.smartfi.microservice.transfer.api.transfer.TransferDto>CoreBackofficeClientAdapter.getTransfer(String userId, String type, String mode, String reference, String token, User user) CoreBackofficeClientAdapter.getTransfers(String userId, String type, Optional<String> mode, String dateFrom, String dateTo, String productId, String paginationKey, String jwtToken, User user, Supplier<es.kukenan.smartfi.microservice.transfer.api.transfer.TransfersDataCatalogDto> transferModesSupplier) -
Uses of User in es.kukenan.smartfi.microservice.transfer.service.events.mapper
Methods in es.kukenan.smartfi.microservice.transfer.service.events.mapper with parameters of type UserModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.transfer.events.executed.TransferExecutedEventCreate aTransferExecutedEventfor the given user in the given context.es.kukenan.smartfi.microservice.transfer.events.transfersuccesful.TransferSuccessfulEventTransferSuccessfulEventMapper.map(User user, es.kukenan.smartfi.microservice.transfer.api.transfer.TransferRequestDto requestBody) Create aTransferSuccessfulEventfor the given user in the given context. -
Uses of User in es.kukenan.smartfi.microservice.transfer.utils
Methods in es.kukenan.smartfi.microservice.transfer.utils that return UserModifier and TypeMethodDescriptionReturns User from database.Methods in es.kukenan.smartfi.microservice.transfer.utils with parameters of type UserModifier and TypeMethodDescriptionstatic List<UserBackoffice>UserUtils.map(User user, List<es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice> userBackofficeEntities) Map the givenUserBackofficelist to aUserBackofficelist.