public class GDPRRetentionInitService extends GDPRRetentionService
This service identifies entities with business objects that require GDPR deletion dates and sets the initial deletion dates based on the calculated retention periods for those objects.
This initialization process ensures that all relevant business objects have a defined earliest deletion date in accordance with GDPR regulations. The calculated retention periods are used to determine the appropriate deletion date for each object, ensuring compliance with the configured data retention policies.
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 |
---|
GDPRRetentionInitService(TransactionProviderI tpi,
BOLoaderI loader)
Constructor for GDPRRetentionInitService, which initializes the service.
|
Modifier and Type | Method and Description |
---|---|
void |
runService()
Triggers the processing of entities to calculate and set the initial GDPR deletion dates
for relevant business objects based on the calculated retention period.
|
close
public GDPRRetentionInitService(TransactionProviderI tpi, BOLoaderI loader)
tpi
- The transaction provider used for database operations.loader
- The BO loader used to load business objects.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.