@Repository @Transactional(readOnly=true) public class EventReportJPARepository extends Object
| Constructor and Description |
|---|
EventReportJPARepository() |
| Modifier and Type | Method and Description |
|---|---|
List<EventEntityForReport> |
findByTimestampBetweenAndConsentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
String consentId,
String instanceId) |
List<EventEntityForReport> |
findByTimestampBetweenAndEventOriginAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
EventOrigin eventOrigin,
String instanceId) |
List<EventEntityForReport> |
findByTimestampBetweenAndEventTypeAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
EventType eventType,
String instanceId) |
List<EventEntityForReport> |
findByTimestampBetweenAndPaymentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
String paymentId,
String instanceId) |
List<EventEntityForReport> |
getEventsForPeriod(OffsetDateTime periodFrom,
OffsetDateTime periodTo,
String instanceId) |
public List<EventEntityForReport> getEventsForPeriod(OffsetDateTime periodFrom, OffsetDateTime periodTo, String instanceId)
public List<EventEntityForReport> findByTimestampBetweenAndConsentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, String consentId, String instanceId)
public List<EventEntityForReport> findByTimestampBetweenAndPaymentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, String paymentId, String instanceId)
public List<EventEntityForReport> findByTimestampBetweenAndEventTypeAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, EventType eventType, String instanceId)
public List<EventEntityForReport> findByTimestampBetweenAndEventOriginAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, EventOrigin eventOrigin, String instanceId)
Copyright © 2019. All rights reserved.