Uses of Class
es.kukenan.smartfi.microservice.firm.repository.entity.Status
Packages that use Status
Package
Description
Application Rest controllers.
Application Entities.
Application Utils.
-
Uses of Status in es.kukenan.smartfi.microservice.firm.repository
Methods in es.kukenan.smartfi.microservice.firm.repository that return types with arguments of type StatusModifier and TypeMethodDescriptionStatusRepository.findByName(String statusName) Getting status by Name.Methods in es.kukenan.smartfi.microservice.firm.repository with parameters of type StatusModifier and TypeMethodDescriptionFirmControlRepository.findByStatus(Status statusId) Getting firm by status. -
Uses of Status in es.kukenan.smartfi.microservice.firm.repository.entity
Fields in es.kukenan.smartfi.microservice.firm.repository.entity declared as Status -
Uses of Status in es.kukenan.smartfi.microservice.firm.utils
Methods in es.kukenan.smartfi.microservice.firm.utils with parameters of type StatusModifier 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.