Uses of Class
de.adorsys.aspsp.xs2a.connector.spi.impl.payment.GeneralPaymentService
-
-
Uses of GeneralPaymentService in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation
Constructors in de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation with parameters of type GeneralPaymentService Constructor Description PaymentAuthorisationSpiImpl(GeneralAuthorisationService authorisationService, ScaMethodConverter scaMethodConverter, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, RedirectScaRestClient redirectScaRestClient, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService, GeneralPaymentService paymentService, LedgersSpiCommonPaymentTOMapper ledgersSpiCommonPaymentTOMapper, AspspConsentDataService aspspConsentDataService, ScaResponseMapper scaResponseMapper, PaymentRestClient paymentRestClient, CmsPsuPisClient cmsPsuPisClient, de.adorsys.psd2.xs2a.service.RequestProviderService requestProviderService)PaymentCancellationSpiImpl(PaymentRestClient ledgersRestClient, ScaMethodConverter scaMethodConverter, AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, GeneralAuthorisationService authorisationService, FeignExceptionReader feignExceptionReader, RedirectScaRestClient redirectScaRestClient, de.adorsys.ledgers.keycloak.client.api.KeycloakTokenService keycloakTokenService, GeneralPaymentService paymentService, ScaResponseMapper scaResponseMapper) -
Uses of GeneralPaymentService in de.adorsys.aspsp.xs2a.connector.spi.impl.payment
Fields in de.adorsys.aspsp.xs2a.connector.spi.impl.payment declared as GeneralPaymentService Modifier and Type Field Description protected GeneralPaymentServicePaymentSpiImpl. paymentService -
Uses of GeneralPaymentService in de.adorsys.aspsp.xs2a.connector.spi.impl.payment.type
Fields in de.adorsys.aspsp.xs2a.connector.spi.impl.payment.type declared as GeneralPaymentService Modifier and Type Field Description protected GeneralPaymentServiceAbstractPaymentSpi. paymentServiceConstructors in de.adorsys.aspsp.xs2a.connector.spi.impl.payment.type with parameters of type GeneralPaymentService Constructor Description BulkPaymentSpiImpl(GeneralPaymentService paymentService, LedgersSpiPaymentMapper paymentMapper)CommonPaymentSpiImpl(GeneralPaymentService generalPaymentService)PeriodicPaymentSpiImpl(GeneralPaymentService paymentService, LedgersSpiPaymentMapper paymentMapper)SinglePaymentSpiImpl(GeneralPaymentService paymentService, LedgersSpiPaymentMapper paymentMapper)
-