Class CmsAspspPiisFundsExportServiceInternal
- java.lang.Object
-
- de.adorsys.psd2.consent.service.aspsp.CmsAspspPiisFundsExportServiceInternal
-
- All Implemented Interfaces:
de.adorsys.psd2.consent.aspsp.api.piis.CmsAspspPiisFundsExportService
@Service @Transactional(readOnly=true) public class CmsAspspPiisFundsExportServiceInternal extends Object implements de.adorsys.psd2.consent.aspsp.api.piis.CmsAspspPiisFundsExportService
-
-
Constructor Summary
Constructors Constructor Description CmsAspspPiisFundsExportServiceInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.consent.aspsp.api.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>exportConsentsByAccountId(@NotNull String aspspAccountId, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)de.adorsys.psd2.consent.aspsp.api.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>exportConsentsByPsu(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)de.adorsys.psd2.consent.aspsp.api.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>>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)
-
-
-
Method Detail
-
exportConsentsByTpp
@Transactional public de.adorsys.psd2.consent.aspsp.api.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>> exportConsentsByTpp(String tppAuthorisationNumber, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)
- Specified by:
exportConsentsByTppin interfacede.adorsys.psd2.consent.aspsp.api.piis.CmsAspspPiisFundsExportService
-
exportConsentsByPsu
@Transactional public de.adorsys.psd2.consent.aspsp.api.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>> exportConsentsByPsu(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)
- Specified by:
exportConsentsByPsuin interfacede.adorsys.psd2.consent.aspsp.api.piis.CmsAspspPiisFundsExportService
-
exportConsentsByAccountId
@Transactional public de.adorsys.psd2.consent.aspsp.api.PageData<Collection<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>> exportConsentsByAccountId(@NotNull @NotNull String aspspAccountId, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable String instanceId, Integer pageIndex, Integer itemsPerPage)
- Specified by:
exportConsentsByAccountIdin interfacede.adorsys.psd2.consent.aspsp.api.piis.CmsAspspPiisFundsExportService
-
-