@Service @Transactional(readOnly=true) public class AspspDataServiceInternal extends Object implements de.adorsys.psd2.consent.api.AspspDataService
| Constructor and Description |
|---|
AspspDataServiceInternal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteAspspConsentData(@NotNull String externalId) |
@NotNull Optional<de.adorsys.psd2.xs2a.core.consent.AspspConsentData> |
readAspspConsentData(@NotNull String externalId) |
boolean |
updateAspspConsentData(@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData) |
@NotNull public @NotNull Optional<de.adorsys.psd2.xs2a.core.consent.AspspConsentData> readAspspConsentData(@NotNull @NotNull String externalId)
readAspspConsentData in interface de.adorsys.psd2.consent.api.AspspDataService@Transactional
public boolean updateAspspConsentData(@NotNull
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
updateAspspConsentData in interface de.adorsys.psd2.consent.api.AspspDataService@Transactional
public boolean deleteAspspConsentData(@NotNull
@NotNull String externalId)
deleteAspspConsentData in interface de.adorsys.psd2.consent.api.AspspDataServiceCopyright © 2020. All rights reserved.