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