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 VerifoneProviderDefaultVerifoneExternalCallService. 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 VerifoneProviderVerifoneServiceAutoConfiguration. 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 VerifoneExternalCallServiceVerifoneServiceAutoConfiguration. verifoneExternalCallService(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, VerifoneProvider verifoneProvider, List<VerifoneRequestResponseTransformer> transformers, com.fasterxml.jackson.databind.ObjectMapper objectMapper)com.broadleafcommerce.paymentgateway.service.PaymentGatewayPaymentModificationServiceVerifoneServiceAutoConfiguration. verifonePaymentModificationService(VerifoneProvider verifoneProvider, VerifoneConfigurationProperties properties)com.broadleafcommerce.paymentgateway.service.PaymentGatewaySavedPaymentMethodServiceVerifoneServiceAutoConfiguration. 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 classExternalVerifoneProviderThe 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 VerifoneProviderAbstractVerifoneTokenService. 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)
-