Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayTransactionLookupService
Packages that use PaymentGatewayTransactionLookupService
Package
Description
-
Uses of PaymentGatewayTransactionLookupService in com.broadleafcommerce.paymentgateway.service
Subinterfaces of PaymentGatewayTransactionLookupService in com.broadleafcommerce.paymentgateway.serviceModifier and TypeInterfaceDescriptioninterface
Deprecated. -
Uses of PaymentGatewayTransactionLookupService in com.broadleafcommerce.paymentgateway.service.provider
Methods in com.broadleafcommerce.paymentgateway.service.provider that return PaymentGatewayTransactionLookupServiceModifier and TypeMethodDescriptionDefaultPaymentGatewayResourceProvider.getTransactionLookupService
(@NonNull String gatewayType) PaymentGatewayResourceProvider.getTransactionLookupService
(String gatewayType) Returns the implementation ofPaymentGatewayTransactionLookupService
for the specified gateway type.Methods in com.broadleafcommerce.paymentgateway.service.provider that return types with arguments of type PaymentGatewayTransactionLookupServiceModifier and TypeMethodDescriptionprotected List<PaymentGatewayTransactionLookupService>
DefaultPaymentGatewayResourceProvider.getTransactionLookupServices()
Method parameters in com.broadleafcommerce.paymentgateway.service.provider with type arguments of type PaymentGatewayTransactionLookupServiceModifier and TypeMethodDescriptionvoid
DefaultPaymentGatewayResourceProvider.setTransactionLookupServices
(List<PaymentGatewayTransactionLookupService> transactionLookupServices)
PaymentGatewayTransactionLookupService