public abstract class GDPRRetentionService
extends java.lang.Object
implements java.io.Closeable
It offers a foundation for services that handle the initialization and updating of GDPR deletion dates,
ensuring compliance with data retention policies. Subclasses, such as GDPRRetentionInitService
and GDPRRetentionUpdateService, implement specific strategies for these operations.
| Constructor and Description |
|---|
GDPRRetentionService(TransactionProviderI tpi,
BOLoaderI loader)
Constructor for GDPRRetentionService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this GDPRRetentionService.
|
public GDPRRetentionService(TransactionProviderI tpi, BOLoaderI loader)
tpi - The transaction provider.loader - The BO loader.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.