Uses of Class
de.adorsys.psd2.consent.domain.account.AisConsentUsage
-
Packages that use AisConsentUsage Package Description de.adorsys.psd2.consent.domain.consent de.adorsys.psd2.consent.repository -
-
Uses of AisConsentUsage in de.adorsys.psd2.consent.domain.consent
Methods in de.adorsys.psd2.consent.domain.consent with parameters of type AisConsentUsage Modifier and Type Method Description voidConsentEntity. addUsage(AisConsentUsage aisConsentUsage) -
Uses of AisConsentUsage in de.adorsys.psd2.consent.repository
Methods in de.adorsys.psd2.consent.repository that return types with arguments of type AisConsentUsage Modifier and Type Method Description List<AisConsentUsage>AisConsentUsageRepository. findReadByConsentAndUsageDate(ConsentEntity aisConsent, LocalDate usageDate)Optional<AisConsentUsage>AisConsentUsageRepository. findWriteByConsentAndUsageDateAndRequestUri(ConsentEntity aisConsent, LocalDate usageDate, String requestUri)
-