@Service public class AspspEventServiceImpl extends Object implements AspspEventService
| Constructor and Description |
|---|
AspspEventServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<AspspEvent> |
getEventsForPeriod(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@Nullable String instanceId) |
List<AspspEvent> |
getEventsForPeriodAndConsentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String consentId,
@Nullable String instanceId) |
List<AspspEvent> |
getEventsForPeriodAndEventOrigin(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull de.adorsys.psd2.event.core.model.EventOrigin eventOrigin,
@Nullable String instanceId) |
List<AspspEvent> |
getEventsForPeriodAndEventType(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull de.adorsys.psd2.event.core.model.EventType eventType,
@Nullable String instanceId) |
List<AspspEvent> |
getEventsForPeriodAndPaymentId(@NotNull OffsetDateTime start,
@NotNull OffsetDateTime end,
@NotNull String paymentId,
@Nullable String instanceId) |
public List<AspspEvent> getEventsForPeriod(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @Nullable @Nullable String instanceId)
getEventsForPeriod in interface AspspEventServicepublic List<AspspEvent> getEventsForPeriodAndConsentId(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull String consentId, @Nullable @Nullable String instanceId)
getEventsForPeriodAndConsentId in interface AspspEventServicepublic List<AspspEvent> getEventsForPeriodAndPaymentId(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull String paymentId, @Nullable @Nullable String instanceId)
getEventsForPeriodAndPaymentId in interface AspspEventServicepublic List<AspspEvent> getEventsForPeriodAndEventType(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull de.adorsys.psd2.event.core.model.EventType eventType, @Nullable @Nullable String instanceId)
getEventsForPeriodAndEventType in interface AspspEventServicepublic List<AspspEvent> getEventsForPeriodAndEventOrigin(@NotNull @NotNull OffsetDateTime start, @NotNull @NotNull OffsetDateTime end, @NotNull @NotNull de.adorsys.psd2.event.core.model.EventOrigin eventOrigin, @Nullable @Nullable String instanceId)
getEventsForPeriodAndEventOrigin in interface AspspEventServiceCopyright © 2019. All rights reserved.