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 PaymentTransactionServicePropertiesDefaultPaymentLockService.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 PaymentTransactionServicePropertiesPaymentTransactionReversalJobListener.getServiceProperties()Methods in com.broadleafcommerce.paymenttransaction.service.messaging.reversals with parameters of type PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionvoidPaymentTransactionReversalJobListener.setServiceProperties(PaymentTransactionServiceProperties serviceProperties) -
Uses of PaymentTransactionServiceProperties in com.broadleafcommerce.paymenttransaction.service.validation
Methods in com.broadleafcommerce.paymenttransaction.service.validation that return PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionprotected PaymentTransactionServicePropertiesDefaultPaymentAccessValidationService.getPaymentTransactionServiceProperties()protected PaymentTransactionServicePropertiesDefaultPaymentTTLValidationService.getPaymentTransactionServiceProperties()Methods in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type PaymentTransactionServicePropertiesModifier and TypeMethodDescriptionvoidDefaultPaymentAccessValidationService.setPaymentTransactionServiceProperties(PaymentTransactionServiceProperties paymentTransactionServiceProperties) Constructors in com.broadleafcommerce.paymenttransaction.service.validation with parameters of type PaymentTransactionServicePropertiesModifierConstructorDescriptionDefaultPaymentTTLValidationService(PaymentManagementService<Payment> paymentManagementService, PaymentTransactionServiceProperties paymentTransactionServiceProperties)