Uses of Class
es.kukenan.smartfi.microservice.firm.repository.entity.FirmControl
Packages that use FirmControl
Package
Description
Application Rest controllers.
Application Entities.
Application services.
Application services.
Application Utils.
-
Uses of FirmControl in es.kukenan.smartfi.microservice.firm.repository
Methods in es.kukenan.smartfi.microservice.firm.repository with type parameters of type FirmControlModifier and TypeMethodDescription<S extends FirmControl>
SFirmControlRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.firm.repository that return FirmControlModifier and TypeMethodDescriptionFirmControlRepository.findOneById(String id) Get firm control is in BBDD.Methods in es.kukenan.smartfi.microservice.firm.repository that return types with arguments of type FirmControlModifier and TypeMethodDescriptionFirmControlRepository.findByStatus(Status statusId) Getting firm by status.FirmControlRepository.findByUser(String userId) Getting firm by User.org.springframework.data.domain.Page<FirmControl>FirmControlRepository.findByUserAndStatus(String userId, Integer statusId, org.springframework.data.domain.Pageable pageable) Getting firm by User.org.springframework.data.domain.Page<FirmControl>FirmControlRepository.findByUserPage(String userId, org.springframework.data.domain.Pageable pageable) Getting firm by User. -
Uses of FirmControl in es.kukenan.smartfi.microservice.firm.repository.entity
Fields in es.kukenan.smartfi.microservice.firm.repository.entity declared as FirmControl -
Uses of FirmControl in es.kukenan.smartfi.microservice.firm.service
Methods in es.kukenan.smartfi.microservice.firm.service that return FirmControlModifier and TypeMethodDescriptionFirmService.createSignature(es.kukenan.smartfi.microservice.firm.api.firmcontrol.request.FirmControlRequestDto requestDto, String userId, String jwt) Create a new Signature.FirmService.deleteFirm(String firmId, String userId, String jwt) Cancel an existing Signature.FirmService.signSignature(String firmId, String userId) Complete a delegatedeq signature. -
Uses of FirmControl in es.kukenan.smartfi.microservice.firm.service.mapper
Methods in es.kukenan.smartfi.microservice.firm.service.mapper with parameters of type FirmControlModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.firm.events.ecommerce.FirmEcommerceEventFirmEcommerceMapper.map(FirmControl firm, String channel, es.kukenan.smartfi.microservice.firm.api.commons.OperationData operationData) Map the givenFirmControlto aFirmControlDto.static es.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlDtoFirmMapper.map(FirmControl signature) Map the givenFirmControlto aFirmControlDto. -
Uses of FirmControl in es.kukenan.smartfi.microservice.firm.utils
Methods in es.kukenan.smartfi.microservice.firm.utils that return FirmControlModifier and TypeMethodDescriptionFirmUtils.createNewSignature(String contractId, User user, OperationTypeBackoffice otb, Status status, es.kukenan.smartfi.microservice.firm.api.firmcontrol.request.FirmControlRequestDto requestDto) Create a new Siganture.Methods in es.kukenan.smartfi.microservice.firm.utils with parameters of type FirmControlModifier and TypeMethodDescriptionOtpUtilities.createExternalOtpValidation(User user, FirmControl signature, String operationId, int backoffice, OperationType operationType, String challengeInput, Status status, String tppId) Create an External OTP Validation.Method parameters in es.kukenan.smartfi.microservice.firm.utils with type arguments of type FirmControlModifier and TypeMethodDescriptionstatic List<es.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlDto>FirmUtils.transformToDto(List<FirmControl> signatures, String currentContract) Transform firmControl to firmControlDto.