Uses of Class
es.kukenan.smartfi.microservice.firm.repository.entity.User
Packages that use User
Package
Description
Application Rest controllers.
Application Entities.
Application Utils.
-
Uses of User in es.kukenan.smartfi.microservice.firm.repository
Methods in es.kukenan.smartfi.microservice.firm.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.firm.repository that return UserModifier and TypeMethodDescriptionUserRepository.findOneByDocumentIdAndCompanyId(String documentId, String companyId) Get user is in BBDD. -
Uses of User in es.kukenan.smartfi.microservice.firm.repository.entity
Fields in es.kukenan.smartfi.microservice.firm.repository.entity declared as UserModifier and TypeFieldDescriptionprivate UserExternalOtpValidation.useruser associated to the firm.private UserFirmControl.useruser id.private UserUserBackoffice.useruser associated to the backoffice identifier.private UserUserBackoffice.UserBackofficeId.useruser associated to the backoffice identifier. -
Uses of User in es.kukenan.smartfi.microservice.firm.utils
Methods in es.kukenan.smartfi.microservice.firm.utils with parameters of type UserModifier and TypeMethodDescriptionOtpUtilities.createExternalOtpValidation(User user, FirmControl signature, String operationId, int backoffice, OperationType operationType, String challengeInput, Status status, String tppId) Create an External OTP Validation.FirmUtils.createNewSignature(String contractId, User user, OperationTypeBackoffice otb, Status status, es.kukenan.smartfi.microservice.firm.api.firmcontrol.request.FirmControlRequestDto requestDto) Create a new Siganture.static List<UserBackoffice>UserUtils.map(User user, List<es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice> userBackofficeEntities) Map the givenUserBackofficelist to aUserBackofficelist.