Class CmsAspspEventController

  • All Implemented Interfaces:
    de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi

    @RestController
    public class CmsAspspEventController
    extends Object
    implements de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi
    • Constructor Detail

      • CmsAspspEventController

        public CmsAspspEventController()
    • Method Detail

      • getEventsForDates

        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.event.service.model.AspspEvent>> getEventsForDates​(OffsetDateTime start,
                                                                                                                               OffsetDateTime end,
                                                                                                                               String instanceId,
                                                                                                                               Integer pageIndex,
                                                                                                                               Integer itemsPerPage)
        Specified by:
        getEventsForDates in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi
      • getEventsForDatesAndConsentId

        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.event.service.model.AspspEvent>> getEventsForDatesAndConsentId​(String consentId,
                                                                                                                                           OffsetDateTime start,
                                                                                                                                           OffsetDateTime end,
                                                                                                                                           String instanceId,
                                                                                                                                           Integer pageIndex,
                                                                                                                                           Integer itemsPerPage)
        Specified by:
        getEventsForDatesAndConsentId in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi
      • getEventsForDatesAndPaymentId

        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.event.service.model.AspspEvent>> getEventsForDatesAndPaymentId​(String paymentId,
                                                                                                                                           OffsetDateTime start,
                                                                                                                                           OffsetDateTime end,
                                                                                                                                           String instanceId,
                                                                                                                                           Integer pageIndex,
                                                                                                                                           Integer itemsPerPage)
        Specified by:
        getEventsForDatesAndPaymentId in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi
      • getEventsForDatesAndEventType

        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.event.service.model.AspspEvent>> getEventsForDatesAndEventType​(String eventType,
                                                                                                                                           OffsetDateTime start,
                                                                                                                                           OffsetDateTime end,
                                                                                                                                           String instanceId,
                                                                                                                                           Integer pageIndex,
                                                                                                                                           Integer itemsPerPage)
        Specified by:
        getEventsForDatesAndEventType in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi
      • getEventsForDatesAndEventOrigin

        public org.springframework.http.ResponseEntity<List<de.adorsys.psd2.event.service.model.AspspEvent>> getEventsForDatesAndEventOrigin​(String eventOrigin,
                                                                                                                                             OffsetDateTime start,
                                                                                                                                             OffsetDateTime end,
                                                                                                                                             String instanceId,
                                                                                                                                             Integer pageIndex,
                                                                                                                                             Integer itemsPerPage)
        Specified by:
        getEventsForDatesAndEventOrigin in interface de.adorsys.psd2.consent.aspsp.api.CmsAspspEventApi