Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayTransactionLookupService
Package
Description
-
Uses of PaymentGatewayTransactionLookupService in com.broadleafcommerce.paymentgateway.service
Modifier and TypeInterfaceDescriptioninterface
Deprecated. -
Uses of PaymentGatewayTransactionLookupService in com.broadleafcommerce.paymentgateway.service.provider
Modifier and TypeMethodDescriptionDefaultPaymentGatewayResourceProvider.getTransactionLookupService
(@NonNull String gatewayType) PaymentGatewayResourceProvider.getTransactionLookupService
(String gatewayType) Returns the implementation ofPaymentGatewayTransactionLookupService
for the specified gateway type.Modifier and TypeMethodDescriptionprotected List<PaymentGatewayTransactionLookupService>
DefaultPaymentGatewayResourceProvider.getTransactionLookupServices()
Modifier and TypeMethodDescriptionvoid
DefaultPaymentGatewayResourceProvider.setTransactionLookupServices
(List<PaymentGatewayTransactionLookupService> transactionLookupServices)
PaymentGatewayTransactionLookupService