@Service @Transactional(readOnly=true) public class EventReportRepositoryImpl extends Object implements EventReportRepository
| Constructor and Description |
|---|
EventReportRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ReportEvent> |
getEventsForPeriod(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@Nullable String instanceId) |
List<ReportEvent> |
getEventsForPeriodAndConsentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String consentId,
@Nullable String instanceId) |
List<ReportEvent> |
getEventsForPeriodAndEventOrigin(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull EventOrigin eventOrigin,
@Nullable String instanceId) |
List<ReportEvent> |
getEventsForPeriodAndEventType(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull EventType eventType,
@Nullable String instanceId) |
List<ReportEvent> |
getEventsForPeriodAndPaymentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String paymentId,
@Nullable String instanceId) |
public List<ReportEvent> getEventsForPeriod(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @Nullable @Nullable String instanceId)
getEventsForPeriod in interface EventReportRepositorypublic List<ReportEvent> getEventsForPeriodAndConsentId(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull String consentId, @Nullable @Nullable String instanceId)
getEventsForPeriodAndConsentId in interface EventReportRepositorypublic List<ReportEvent> getEventsForPeriodAndPaymentId(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull String paymentId, @Nullable @Nullable String instanceId)
getEventsForPeriodAndPaymentId in interface EventReportRepositorypublic List<ReportEvent> getEventsForPeriodAndEventType(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull EventType eventType, @Nullable @Nullable String instanceId)
getEventsForPeriodAndEventType in interface EventReportRepositorypublic List<ReportEvent> getEventsForPeriodAndEventOrigin(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull EventOrigin eventOrigin, @Nullable @Nullable String instanceId)
getEventsForPeriodAndEventOrigin in interface EventReportRepositoryCopyright © 2019. All rights reserved.