List<AspspEvent> |
AspspEventService.getEventsForPeriod(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@Nullable String instanceId,
@Nullable Integer pageIndex,
@Nullable Integer itemsPerPage) |
Returns a list of Event objects, recorded in given time period
|
List<AspspEvent> |
AspspEventService.getEventsForPeriodAndConsentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String consentId,
@Nullable String instanceId,
@Nullable Integer pageIndex,
@Nullable Integer itemsPerPage) |
Returns a list of Event objects, recorded in given time period and with the given consentId
|
List<AspspEvent> |
AspspEventService.getEventsForPeriodAndEventOrigin(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull de.adorsys.psd2.event.core.model.EventOrigin eventOrigin,
@Nullable String instanceId,
@Nullable Integer pageIndex,
@Nullable Integer itemsPerPage) |
Returns a list of Event objects from a specific origin, recorded in given time period
|
List<AspspEvent> |
AspspEventService.getEventsForPeriodAndEventType(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable String instanceId,
@Nullable Integer pageIndex,
@Nullable Integer itemsPerPage) |
Returns a list of Event objects of the specific type, recorded in given time period
|
List<AspspEvent> |
AspspEventService.getEventsForPeriodAndPaymentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String paymentId,
@Nullable String instanceId,
@Nullable Integer pageIndex,
@Nullable Integer itemsPerPage) |
Returns a list of Event objects, recorded in given time period and with the given paymentId
|