| Package | Description |
|---|---|
| de.adorsys.psd2.consent.repository | |
| de.adorsys.psd2.consent.service.mapper |
| Modifier and Type | Method and Description |
|---|---|
List<TppStopListEntity> |
TppStopListRepository.findAllByStatusAndBlockingExpirationTimestampLessThanEqual(@NotNull de.adorsys.psd2.xs2a.core.tpp.TppStatus tppStatus,
@NotNull OffsetDateTime dateTimeToCompare) |
Optional<TppStopListEntity> |
TppStopListRepository.findByTppAuthorisationNumberAndInstanceId(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId) |
Optional<TppStopListEntity> |
TppStopListRepository.findByTppAuthorisationNumberAndNationalAuthorityIdAndInstanceId(@NotNull String tppAuthorisationNumber,
@NotNull String nationalAuthorityId,
@NotNull String instanceId) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord |
TppStopListMapper.mapToTppStopListRecord(TppStopListEntity tppStopListEntity) |
Copyright © 2019. All rights reserved.