| Package | Description |
|---|---|
| de.adorsys.psd2.consent.repository | |
| de.adorsys.psd2.consent.repository.specification | |
| de.adorsys.psd2.consent.service.mapper |
| Modifier and Type | Method and Description |
|---|---|
List<EventEntity> |
EventRepository.findByTimestampBetweenAndEventOriginOrderByTimestampAsc(OffsetDateTime from,
OffsetDateTime to,
de.adorsys.psd2.xs2a.core.event.EventOrigin eventOrigin) |
List<EventEntity> |
EventRepository.findByTimestampBetweenAndEventTypeOrderByTimestampAsc(OffsetDateTime from,
OffsetDateTime to,
de.adorsys.psd2.xs2a.core.event.EventType eventType) |
List<EventEntity> |
EventRepository.findByTimestampBetweenOrderByTimestampAsc(OffsetDateTime from,
OffsetDateTime to) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.jpa.domain.Specification<EventEntity> |
EventEntitySpecification.byPeriodAndConsentIdAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String consentId,
String instanceId) |
org.springframework.data.jpa.domain.Specification<EventEntity> |
EventEntitySpecification.byPeriodAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String instanceId) |
org.springframework.data.jpa.domain.Specification<EventEntity> |
EventEntitySpecification.byPeriodAndPaymentIdAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String paymentId,
String instanceId) |
| Modifier and Type | Method and Description |
|---|---|
EventEntity |
EventMapper.mapToEventEntity(@NotNull de.adorsys.psd2.xs2a.core.event.Event event)
Maps properties from Event object into the EventEntity object.
|
Copyright © 2019. All rights reserved.