Modifier and Type | Method and Description |
---|---|
ProtocolFacingPayment |
PaymentAccess.createDoNotPersist()
Factory method for new payment,
|
default ProtocolFacingPayment |
PaymentAccess.getFirstByCurrentSession()
Available consent for current session execution with throwing exception
|
Modifier and Type | Method and Description |
---|---|
List<ProtocolFacingPayment> |
PaymentAccess.findByCurrentServiceSessionOrderByModifiedDesc()
Available payments for current session execution.
|
Modifier and Type | Method and Description |
---|---|
void |
PaymentAccess.delete(ProtocolFacingPayment consent)
Delete payment object from database.
|
void |
PaymentAccess.save(ProtocolFacingPayment consent)
Save payment object to database.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolFacingPaymentImpl |
Modifier and Type | Method and Description |
---|---|
ProtocolFacingPayment |
PsuPaymentAccess.createDoNotPersist() |
ProtocolFacingPayment |
FintechPaymentAccess.createDoNotPersist() |
ProtocolFacingPayment |
AnonymousPsuPaymentAccess.createDoNotPersist() |
Modifier and Type | Method and Description |
---|---|
List<ProtocolFacingPayment> |
PsuPaymentAccess.findByCurrentServiceSessionOrderByModifiedDesc() |
List<ProtocolFacingPayment> |
FintechPaymentAccess.findByCurrentServiceSessionOrderByModifiedDesc() |
List<ProtocolFacingPayment> |
AnonymousPsuPaymentAccess.findByCurrentServiceSessionOrderByModifiedDesc() |
Modifier and Type | Method and Description |
---|---|
void |
PsuPaymentAccess.delete(ProtocolFacingPayment payment) |
void |
FintechPaymentAccess.delete(ProtocolFacingPayment consent) |
void |
AnonymousPsuPaymentAccess.delete(ProtocolFacingPayment consent) |
void |
PsuPaymentAccess.save(ProtocolFacingPayment payment) |
void |
FintechPaymentAccess.save(ProtocolFacingPayment consent) |
void |
AnonymousPsuPaymentAccess.save(ProtocolFacingPayment payment) |
Modifier and Type | Method and Description |
---|---|
Xs2aPisContext |
Xs2aPaymentContextLoader.loadContext(ProtocolFacingPayment payment) |
protected Xs2aPisContext |
Xs2aGetPaymentInfoEntrypoint.prepareContext(ServiceContext<PaymentInfoRequest> serviceContext,
ProtocolFacingPayment payment) |
protected Xs2aPisContext |
Xs2aGetPaymentStatusEntrypoint.prepareContext(ServiceContext<PaymentStatusRequest> serviceContext,
ProtocolFacingPayment payment) |
Copyright © 2020. All rights reserved.