@Component public class AisConsentRepositoryImpl extends Object implements AisConsentVerifyingRepository
| Constructor and Description |
|---|
AisConsentRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsentEntity> |
getActualAisConsent(String consentId) |
ConsentEntity |
verifyAndSave(ConsentEntity entity) |
List<ConsentEntity> |
verifyAndSaveAll(List<ConsentEntity> consents) |
ConsentEntity |
verifyAndUpdate(ConsentEntity entity) |
@Transactional(rollbackFor=de.adorsys.psd2.consent.api.WrongChecksumException.class) public ConsentEntity verifyAndSave(ConsentEntity entity) throws de.adorsys.psd2.consent.api.WrongChecksumException
verifyAndSave in interface AisConsentVerifyingRepositoryde.adorsys.psd2.consent.api.WrongChecksumException@Transactional(rollbackFor=de.adorsys.psd2.consent.api.WrongChecksumException.class) public ConsentEntity verifyAndUpdate(ConsentEntity entity) throws de.adorsys.psd2.consent.api.WrongChecksumException
verifyAndUpdate in interface AisConsentVerifyingRepositoryde.adorsys.psd2.consent.api.WrongChecksumException@Transactional(rollbackFor=de.adorsys.psd2.consent.api.WrongChecksumException.class) public List<ConsentEntity> verifyAndSaveAll(List<ConsentEntity> consents) throws de.adorsys.psd2.consent.api.WrongChecksumException
verifyAndSaveAll in interface AisConsentVerifyingRepositoryde.adorsys.psd2.consent.api.WrongChecksumException@Transactional public Optional<ConsentEntity> getActualAisConsent(String consentId)
getActualAisConsent in interface AisConsentVerifyingRepositoryCopyright © 2020. All rights reserved.