Uses of Class
com.broadleafcommerce.paymenttransaction.service.PaymentTransactionServiceProperties
Packages that use PaymentTransactionServiceProperties
Package
Description
-
Uses of PaymentTransactionServiceProperties in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionprotected PaymentTransactionServiceProperties
DefaultPaymentLockService.getProperties()
Constructors in com.broadleafcommerce.paymenttransaction.service with parameters of type PaymentTransactionServicePropertiesModifierConstructorDescriptionDefaultPaymentLockService
(PaymentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, PaymentVersionValidationService paymentVersionValidationService, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository, PaymentTransactionServiceProperties properties) -
Uses of PaymentTransactionServiceProperties in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Methods in com.broadleafcommerce.paymenttransaction.service.autoconfigure with parameters of type PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.paymentTTLValidationService
(PaymentManagementService<Payment> paymentManagementService, PaymentTransactionServiceProperties properties) -
Uses of PaymentTransactionServiceProperties in com.broadleafcommerce.paymenttransaction.service.messaging.reversals
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.reversals that return PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionprotected PaymentTransactionServiceProperties
PaymentTransactionReversalJobListener.getServiceProperties()
Methods in com.broadleafcommerce.paymenttransaction.service.messaging.reversals with parameters of type PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionvoid
PaymentTransactionReversalJobListener.setServiceProperties
(PaymentTransactionServiceProperties serviceProperties) -
Uses of PaymentTransactionServiceProperties in com.broadleafcommerce.paymenttransaction.service.validation
Methods in com.broadleafcommerce.paymenttransaction.service.validation that return PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionprotected PaymentTransactionServiceProperties
DefaultPaymentAccessValidationService.getPaymentTransactionServiceProperties()
protected PaymentTransactionServiceProperties
DefaultPaymentTTLValidationService.getPaymentTransactionServiceProperties()
Methods in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionvoid
DefaultPaymentAccessValidationService.setPaymentTransactionServiceProperties
(PaymentTransactionServiceProperties paymentTransactionServiceProperties) Constructors in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type PaymentTransactionServicePropertiesModifierConstructorDescriptionDefaultPaymentTTLValidationService
(PaymentManagementService<Payment> paymentManagementService, PaymentTransactionServiceProperties paymentTransactionServiceProperties)