Class FintechPaymentAccess
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.scoped.paymentaccess.FintechPaymentAccess
-
- All Implemented Interfaces:
PaymentAccess
public class FintechPaymentAccess extends Object implements PaymentAccess
-
-
Constructor Summary
Constructors Constructor Description FintechPaymentAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolFacingPaymentcreateDoNotPersist()voiddelete(ProtocolFacingPayment consent)List<ProtocolFacingPayment>findByCurrentServiceSessionOrderByModifiedDesc()booleanisFinTechScope()voidsave(ProtocolFacingPayment consent)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.consent.PaymentAccess
getFirstByCurrentSession
-
-
-
-
Method Detail
-
isFinTechScope
public boolean isFinTechScope()
- Specified by:
isFinTechScopein interfacePaymentAccess
-
createDoNotPersist
public ProtocolFacingPayment createDoNotPersist()
- Specified by:
createDoNotPersistin interfacePaymentAccess
-
save
public void save(ProtocolFacingPayment consent)
- Specified by:
savein interfacePaymentAccess
-
delete
public void delete(ProtocolFacingPayment consent)
- Specified by:
deletein interfacePaymentAccess
-
findByCurrentServiceSessionOrderByModifiedDesc
public List<ProtocolFacingPayment> findByCurrentServiceSessionOrderByModifiedDesc()
- Specified by:
findByCurrentServiceSessionOrderByModifiedDescin interfacePaymentAccess
-
-