public class GDPRRetentionUpdateService extends GDPRRetentionInitService
This service identifies entities with business objects that require GDPR deletion dates and updates those dates based on potentially changed retention periods or changed data the periods are based on.
This update process ensures that all relevant business objects have up-to-date earliest deletion dates in accordance with GDPR regulations. By recalculating and updating the deletion dates, the service ensures ongoing compliance with the configured data retention policies, even if the underlying retention periods or the data the periods are based on have been modified.
Note: This service can run as a regular service or a backend service. However, running it as a backend service might be advisable to be consistent with the related GDPRRetentionPurgeService.
Constructor and Description |
---|
GDPRRetentionUpdateService(TransactionProviderI tpi,
BOLoaderI loader)
Constructor for GDPRRetentionUpdateService, which initializes the service.
|
Modifier and Type | Method and Description |
---|---|
void |
runService()
Triggers the processing of entities to calculate and potentially update the GDPR deletion dates
for relevant business objects based on the calculated retention period.
|
close
public GDPRRetentionUpdateService(TransactionProviderI tpi, BOLoaderI loader)
tpi
- The transaction provider.loader
- The BO loader.public void runService()
runService
in class GDPRRetentionInitService
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.