Class CisSapDigitalPaymentCustomerCleanupHook
- java.lang.Object
-
- de.hybris.platform.cissapdigitalpayment.retention.impl.CisSapDigitalPaymentCustomerCleanupHook
-
- All Implemented Interfaces:
ItemCleanupHook<CustomerModel>
public class CisSapDigitalPaymentCustomerCleanupHook extends java.lang.Object implements ItemCleanupHook<CustomerModel>
-
-
Constructor Summary
Constructors Constructor Description CisSapDigitalPaymentCustomerCleanupHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanupRelatedObjects(CustomerModel customerModel)Cleanup related objects before cleanup item.CisSapDigitalPaymentServicegetCisSapDigitalPaymentService()SapDigitalPaymentConfigurationStrategygetSapDigitalPaymentConfigurationStrategy()SapDigitalPaymentCustomerAccountServicegetSapDigitalPaymentCustomerAccountService()voidsetCisSapDigitalPaymentService(CisSapDigitalPaymentService cisSapDigitalPaymentService)voidsetSapDigitalPaymentConfigurationStrategy(SapDigitalPaymentConfigurationStrategy sapDigitalPaymentConfigurationStrategy)voidsetSapDigitalPaymentCustomerAccountService(SapDigitalPaymentCustomerAccountService sapDigitalPaymentCustomerAccountService)
-
-
-
Method Detail
-
cleanupRelatedObjects
public void cleanupRelatedObjects(CustomerModel customerModel)
Description copied from interface:ItemCleanupHookCleanup related objects before cleanup item.- Specified by:
cleanupRelatedObjectsin interfaceItemCleanupHook<CustomerModel>- Parameters:
customerModel- its related objects to cleanup
-
getSapDigitalPaymentCustomerAccountService
public SapDigitalPaymentCustomerAccountService getSapDigitalPaymentCustomerAccountService()
- Returns:
- the sapDigitalPaymentCustomerAccountService
-
setSapDigitalPaymentCustomerAccountService
public void setSapDigitalPaymentCustomerAccountService(SapDigitalPaymentCustomerAccountService sapDigitalPaymentCustomerAccountService)
- Parameters:
sapDigitalPaymentCustomerAccountService- the sapDigitalPaymentCustomerAccountService to set
-
getCisSapDigitalPaymentService
public CisSapDigitalPaymentService getCisSapDigitalPaymentService()
- Returns:
- the cisSapDigitalPaymentService
-
setCisSapDigitalPaymentService
public void setCisSapDigitalPaymentService(CisSapDigitalPaymentService cisSapDigitalPaymentService)
- Parameters:
cisSapDigitalPaymentService- the cisSapDigitalPaymentService to set
-
getSapDigitalPaymentConfigurationStrategy
public SapDigitalPaymentConfigurationStrategy getSapDigitalPaymentConfigurationStrategy()
- Returns:
- the sapDigitalPaymentConfigurationStrategy
-
setSapDigitalPaymentConfigurationStrategy
public void setSapDigitalPaymentConfigurationStrategy(SapDigitalPaymentConfigurationStrategy sapDigitalPaymentConfigurationStrategy)
- Parameters:
sapDigitalPaymentConfigurationStrategy- the sapDigitalPaymentConfigurationStrategy to set
-
-