@Service public class PiisConsentEntitySpecification extends GenericSpecification
| Constructor and Description |
|---|
PiisConsentEntitySpecification() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.jpa.domain.Specification<PiisConsentEntity> |
byAspspAccountIdAndCreationPeriodAndInstanceId(@NotNull String aspspAccountId,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@Nullable String instanceId)
Returns specification for PiisConsentEntity for filtering consents by aspsp account id in Account, creation date and instance ID.
|
org.springframework.data.jpa.domain.Specification<PiisConsentEntity> |
byAspspAccountIdInAccountsAndCreationPeriodAndInstanceId(@NotNull String aspspAccountId,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@Nullable String instanceId)
Deprecated.
|
org.springframework.data.jpa.domain.Specification<PiisConsentEntity> |
byConsentIdAndInstanceId(String consentId,
String instanceId) |
org.springframework.data.jpa.domain.Specification<PiisConsentEntity> |
byPsuIdDataAndCreationPeriodAndInstanceId(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@Nullable String instanceId)
Returns specification for PiisConsentEntity for filtering consents by PSU ID Data, creation date and instance ID.
|
org.springframework.data.jpa.domain.Specification<PiisConsentEntity> |
byPsuIdDataAndTppInfoAndAccountReference(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@NotNull de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo,
@NotNull de.adorsys.psd2.xs2a.core.profile.AccountReference accountReference)
Returns specification for PiisConsentEntity for filtering consents by PsuIdData, TppInfo and AccountReference.
|
org.springframework.data.jpa.domain.Specification<PiisConsentEntity> |
byTppIdAndCreationPeriodAndPsuIdDataAndInstanceId(@NotNull String tppAuthorisationNumber,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@Nullable String instanceId)
Returns specification for PiisConsentEntity for filtering PIIS consents by TPP authorisation number, creation date, PSU ID data and instance ID.
|
byAspspAccountId, byCreationTimestamp, byCreationTimestamp, byInstanceId, byPsuDataAndInstanceId, byPsuDataInListAndInstanceId, byPsuIdData, byPsuIdDataInList, byTppAuthorisationNumber, byTppInfopublic org.springframework.data.jpa.domain.Specification<PiisConsentEntity> byConsentIdAndInstanceId(String consentId, String instanceId)
public org.springframework.data.jpa.domain.Specification<PiisConsentEntity> byTppIdAndCreationPeriodAndPsuIdDataAndInstanceId(@NotNull @NotNull String tppAuthorisationNumber, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable @Nullable String instanceId)
tppAuthorisationNumber - mandatory TPP authorisation numbercreateDateFrom - optional creation date that limits results to consents created after this date(inclusive)createDateTo - optional creation date that limits results to consents created before this date(inclusive)psuIdData - optional PSU ID datainstanceId - optional instance IDpublic org.springframework.data.jpa.domain.Specification<PiisConsentEntity> byPsuIdDataAndCreationPeriodAndInstanceId(@NotNull @NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable String instanceId)
psuIdData - mandatory PSU ID datacreateDateFrom - optional creation date that limits resulting data to consents created after this date(inclusive)createDateTo - optional creation date that limits resulting data to consents created before this date(inclusive)instanceId - optional instance ID@Deprecated public org.springframework.data.jpa.domain.Specification<PiisConsentEntity> byAspspAccountIdInAccountsAndCreationPeriodAndInstanceId(@NotNull @NotNull String aspspAccountId, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable String instanceId)
aspspAccountId - mandatory bank specific account identifiercreateDateFrom - optional creation date that limits resulting data to consents created after this date(inclusive)createDateTo - optional creation date that limits resulting data to consents created before this date(inclusive)instanceId - optional instance IDpublic org.springframework.data.jpa.domain.Specification<PiisConsentEntity> byAspspAccountIdAndCreationPeriodAndInstanceId(@NotNull @NotNull String aspspAccountId, @Nullable @Nullable LocalDate createDateFrom, @Nullable @Nullable LocalDate createDateTo, @Nullable @Nullable String instanceId)
aspspAccountId - mandatory bank specific account identifiercreateDateFrom - optional creation date that limits resulting data to consents created after this date(inclusive)createDateTo - optional creation date that limits resulting data to consents created before this date(inclusive)instanceId - optional instance IDpublic org.springframework.data.jpa.domain.Specification<PiisConsentEntity> byPsuIdDataAndTppInfoAndAccountReference(@NotNull @NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo, @NotNull @NotNull de.adorsys.psd2.xs2a.core.profile.AccountReference accountReference)
psuIdData - mandatory PSU ID datatppInfo - mandatory TPP InfoaccountReference - mandatory PIIS Account ReferenceCopyright © 2019. All rights reserved.