Class PersonalizationCustomerCleanupHook
java.lang.Object
de.hybris.platform.personalizationservices.retention.impl.PersonalizationCustomerCleanupHook
- All Implemented Interfaces:
ItemCleanupHook<CustomerModel>
public class PersonalizationCustomerCleanupHook
extends Object
implements ItemCleanupHook<CustomerModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanupRelatedObjects(CustomerModel customer) Cleanup related objects before cleanup item.protected ModelServiceprotected WriteAuditGatewayvoidsetModelService(ModelService modelService) voidsetWriteAuditGateway(WriteAuditGateway writeAuditGateway)
-
Constructor Details
-
PersonalizationCustomerCleanupHook
public PersonalizationCustomerCleanupHook()
-
-
Method Details
-
cleanupRelatedObjects
Description copied from interface:ItemCleanupHookCleanup related objects before cleanup item.- Specified by:
cleanupRelatedObjectsin interfaceItemCleanupHook<CustomerModel>- Parameters:
customer- its related objects to cleanup
-
getModelService
-
setModelService
-
getWriteAuditGateway
-
setWriteAuditGateway
-