Interface TppStopListRepository

    • Method Detail

      • findByTppAuthorisationNumberAndInstanceId

        Optional<TppStopListEntity> findByTppAuthorisationNumberAndInstanceId​(@NotNull
                                                                              @NotNull String tppAuthorisationNumber,
                                                                              @NotNull
                                                                              @NotNull String instanceId)
      • findAllByStatusAndBlockingExpirationTimestampLessThanEqual

        List<TppStopListEntity> findAllByStatusAndBlockingExpirationTimestampLessThanEqual​(@NotNull
                                                                                           @NotNull de.adorsys.psd2.xs2a.core.tpp.TppStatus tppStatus,
                                                                                           @NotNull
                                                                                           @NotNull OffsetDateTime dateTimeToCompare)