Uses of Class
de.adorsys.psd2.consent.aspsp.api.PageData
-
Packages that use PageData Package Description de.adorsys.psd2.consent.aspsp.api.ais de.adorsys.psd2.consent.aspsp.api.piis de.adorsys.psd2.consent.aspsp.api.pis -
-
Uses of PageData in de.adorsys.psd2.consent.aspsp.api.ais
Methods in de.adorsys.psd2.consent.aspsp.api.ais that return PageData Modifier and Type Method Description PageData<Collection<de.adorsys.psd2.consent.api.ais.CmsAisAccountConsent>>CmsAspspAisExportService. exportConsentsByAccountIdAndAdditionalTppInfo(@NotNull String aspspAccountId, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @NotNull String instanceId, Integer pageIndex, Integer itemsPerPage, @Nullable String additionalTppInfo)Returns list of consents by given criteria.PageData<Collection<de.adorsys.psd2.consent.api.ais.CmsAisAccountConsent>>CmsAspspAisExportService. exportConsentsByPsuAndAdditionalTppInfo(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @NotNull String instanceId, Integer pageIndex, Integer itemsPerPage, @Nullable String additionalTppInfo)Returns list of consents by given criteria.PageData<Collection<de.adorsys.psd2.consent.api.ais.CmsAisAccountConsent>>CmsAspspAisExportService. exportConsentsByTpp(String tppAuthorisationNumber, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @NotNull String instanceId, @Nullable de.adorsys.psd2.xs2a.core.pagination.data.PageRequestParameters pageRequestParameters, @Nullable String additionalTppInfo)Returns list of consents by given criteria. -
Uses of PageData in de.adorsys.psd2.consent.aspsp.api.piis
Methods in de.adorsys.psd2.consent.aspsp.api.piis that return PageData Modifier and Type Method Description PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>CmsAspspPiisFundsExportService. exportConsentsByAccountId(@NotNull String aspspAccountId, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)Returns list of consents by given criteria.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>CmsAspspPiisFundsExportService. exportConsentsByPsu(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)Returns list of consents by given criteria.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>CmsAspspPiisFundsExportService. exportConsentsByTpp(String tppAuthorisationNumber, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)Returns list of consents by given criteria.@NotNull PageData<List<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>CmsAspspPiisService. getConsentsForPsu(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @NotNull String instanceId, Integer pageIndex, Integer itemsPerPage)Returns a list of PIIS Consent objects by PSU ID -
Uses of PageData in de.adorsys.psd2.consent.aspsp.api.pis
Methods in de.adorsys.psd2.consent.aspsp.api.pis that return PageData Modifier and Type Method Description PageData<Collection<de.adorsys.psd2.consent.api.pis.CmsBasePaymentResponse>>CmsAspspPisExportService. exportPaymentsByAccountId(@NotNull String aspspAccountId, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @NotNull String instanceId, Integer pageIndex, Integer itemsPerPage)Returns list of payments by given criteria.PageData<Collection<de.adorsys.psd2.consent.api.pis.CmsBasePaymentResponse>>CmsAspspPisExportService. exportPaymentsByPsu(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @NotNull String instanceId, Integer pageIndex, Integer itemsPerPage)Returns list of payments by given criteria.PageData<Collection<de.adorsys.psd2.consent.api.pis.CmsBasePaymentResponse>>CmsAspspPisExportService. exportPaymentsByTpp(String tppAuthorisationNumber, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @NotNull String instanceId, Integer pageIndex, Integer itemsPerPage)Returns list of payments by given criteria.
-