Uses of Interface
com.broadleafcommerce.payment.service.gateway.privider.VerifoneProvider
-
-
Uses of VerifoneProvider in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that return VerifoneProvider Modifier and Type Method Description protected VerifoneProvider
DefaultVerifoneExternalCallService. getVerifoneProvider()
Constructors in com.broadleafcommerce.payment.service.gateway with parameters of type VerifoneProvider Constructor Description DefaultVerifoneExternalCallService(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, VerifoneProvider verifoneProvider, List<VerifoneRequestResponseTransformer> requestResponseTransformers, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Uses of VerifoneProvider in com.broadleafcommerce.payment.service.gateway.autoconfigure
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure that return VerifoneProvider Modifier and Type Method Description VerifoneProvider
VerifoneServiceAutoConfiguration. verifoneProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalVerifoneProviderProperties properties, VerifoneAuthProvider verifoneAuthProvider)
Methods in com.broadleafcommerce.payment.service.gateway.autoconfigure with parameters of type VerifoneProvider Modifier and Type Method Description VerifoneExternalCallService
VerifoneServiceAutoConfiguration. verifoneExternalCallService(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, VerifoneProvider verifoneProvider, List<VerifoneRequestResponseTransformer> transformers, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationService
VerifoneServiceAutoConfiguration. verifonePaymentModificationService(VerifoneProvider verifoneProvider, VerifoneConfigurationProperties properties)
com.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodService
VerifoneServiceAutoConfiguration. verifoneSavedPaymentModificationService(VerifoneProvider verifoneProvider, VerifoneConfigurationProperties properties, VerifoneTransactionService transactionService, VerifoneUtils verifoneUtils)
-
Uses of VerifoneProvider in com.broadleafcommerce.payment.service.gateway.privider.external
Classes in com.broadleafcommerce.payment.service.gateway.privider.external that implement VerifoneProvider Modifier and Type Class Description class
ExternalVerifoneProvider
The default implementation ofVerifoneProvider
. -
Uses of VerifoneProvider in com.broadleafcommerce.vendor.verifone.service
Methods in com.broadleafcommerce.vendor.verifone.service that return VerifoneProvider Modifier and Type Method Description protected VerifoneProvider
AbstractVerifoneTokenService. getVerifoneProvider()
Constructors in com.broadleafcommerce.vendor.verifone.service with parameters of type VerifoneProvider Constructor Description AbstractVerifoneTokenService(VerifoneProvider verifoneProvider, VerifoneConfigurationProperties properties)
VerifonePaymentModificationService(VerifoneProvider verifoneProvider, VerifoneConfigurationProperties properties)
VerifoneSavedPaymentMethodModificationService(VerifoneProvider verifoneProvider, VerifoneConfigurationProperties properties, VerifoneTransactionService transactionService, VerifoneUtils verifoneUtils)
-