Uses of Class
com.dmasone.identity.payment.domain.PaymentAttempt
Packages that use PaymentAttempt
Package
Description
Payment use cases and event handling.
Payment domain model and payment-specific exceptions.
Payment persistence implementation.
-
Uses of PaymentAttempt in com.dmasone.identity.payment.application
Methods in com.dmasone.identity.payment.application with parameters of type PaymentAttemptModifier and TypeMethodDescriptionstatic PaymentResultPaymentResult.from(PaymentAttempt attempt) -
Uses of PaymentAttempt in com.dmasone.identity.payment.domain
Methods in com.dmasone.identity.payment.domain that return PaymentAttemptModifier and TypeMethodDescriptionstatic PaymentAttemptPaymentAttempt.create(UUID id, UUID orderId, Long productId, int quantity, PaymentStatus status, Instant requestedAt) PaymentRepository.save(PaymentAttempt paymentAttempt) Methods in com.dmasone.identity.payment.domain that return types with arguments of type PaymentAttemptMethods in com.dmasone.identity.payment.domain with parameters of type PaymentAttempt -
Uses of PaymentAttempt in com.dmasone.identity.payment.infrastructure.persistence
Methods in com.dmasone.identity.payment.infrastructure.persistence that return PaymentAttemptModifier and TypeMethodDescriptionJpaPaymentRepository.save(PaymentAttempt paymentAttempt) PaymentJpaEntity.toDomain()Methods in com.dmasone.identity.payment.infrastructure.persistence that return types with arguments of type PaymentAttemptMethods in com.dmasone.identity.payment.infrastructure.persistence with parameters of type PaymentAttemptModifier and TypeMethodDescriptionstatic PaymentJpaEntityPaymentJpaEntity.from(PaymentAttempt attempt) JpaPaymentRepository.save(PaymentAttempt paymentAttempt)