List<EventEntityForReport> |
EventReportJPARepository.findByTimestampBetweenAndConsentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
String consentId,
String instanceId) |
List<EventEntityForReport> |
EventReportJPARepository.findByTimestampBetweenAndEventOriginAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
EventOrigin eventOrigin,
String instanceId) |
List<EventEntityForReport> |
EventReportJPARepository.findByTimestampBetweenAndEventTypeAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
EventType eventType,
String instanceId) |
List<EventEntityForReport> |
EventReportJPARepository.findByTimestampBetweenAndPaymentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
String paymentId,
String instanceId) |
List<EventEntityForReport> |
EventReportJPARepository.getEventsForPeriod(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
String instanceId) |