public class MobileServicesCustomerCleanupHook extends java.lang.Object implements ItemCleanupHook<CustomerModel>
| Constructor and Description |
|---|
MobileServicesCustomerCleanupHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupRelatedObjects(CustomerModel customerModel)
Cleanup related objects before cleanup item.
|
protected ModelService |
getModelService() |
protected WriteAuditRecordsDAO |
getWriteAuditRecordsDAO() |
void |
setModelService(ModelService modelService) |
void |
setWriteAuditRecordsDAO(WriteAuditRecordsDAO writeAuditRecordsDAO) |
public void cleanupRelatedObjects(CustomerModel customerModel)
ItemCleanupHookcleanupRelatedObjects in interface ItemCleanupHook<CustomerModel>customerModel - its related objects to cleanupprotected ModelService getModelService()
public void setModelService(ModelService modelService)
protected WriteAuditRecordsDAO getWriteAuditRecordsDAO()
public void setWriteAuditRecordsDAO(WriteAuditRecordsDAO writeAuditRecordsDAO)
Copyright © 2018 SAP SE. All Rights Reserved.