Class AisConsentSpecification
- java.lang.Object
-
- de.adorsys.psd2.consent.repository.specification.ConsentFilterableSpecification
-
- de.adorsys.psd2.consent.repository.specification.AisConsentSpecification
-
@Service public class AisConsentSpecification extends ConsentFilterableSpecification
-
-
Constructor Summary
Constructors Constructor Description AisConsentSpecification(CommonSpecification<ConsentEntity> commonSpecification, ConsentSpecification consentSpecification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<de.adorsys.psd2.xs2a.core.consent.ConsentType>getTypes()-
Methods inherited from class de.adorsys.psd2.consent.repository.specification.ConsentFilterableSpecification
byAspspAccountIdAndCreationPeriodAndInstanceId, byConsentIdAndInstanceId, byConsentType, byPsuDataInListAndInstanceId, byPsuIdDataAndCreationPeriodAndInstanceId, byTppIdAndCreationPeriodAndPsuIdDataAndInstanceId
-
-
-
-
Constructor Detail
-
AisConsentSpecification
public AisConsentSpecification(CommonSpecification<ConsentEntity> commonSpecification, ConsentSpecification consentSpecification)
-
-
Method Detail
-
getTypes
public List<de.adorsys.psd2.xs2a.core.consent.ConsentType> getTypes()
- Specified by:
getTypesin classConsentFilterableSpecification
-
-