Class CisSapDigitalPaymentCustomerCleanupHook
java.lang.Object
de.hybris.platform.cissapdigitalpayment.retention.impl.CisSapDigitalPaymentCustomerCleanupHook
- All Implemented Interfaces:
de.hybris.platform.retention.hook.ItemCleanupHook<CustomerModel>
public class CisSapDigitalPaymentCustomerCleanupHook
extends Object
implements de.hybris.platform.retention.hook.ItemCleanupHook<CustomerModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanupRelatedObjects(CustomerModel customerModel) voidsetCisSapDigitalPaymentService(CisSapDigitalPaymentService cisSapDigitalPaymentService) voidsetSapDigitalPaymentConfigurationStrategy(SapDigitalPaymentConfigurationStrategy sapDigitalPaymentConfigurationStrategy) voidsetSapDigitalPaymentCustomerAccountService(SapDigitalPaymentCustomerAccountService sapDigitalPaymentCustomerAccountService)
-
Constructor Details
-
CisSapDigitalPaymentCustomerCleanupHook
public CisSapDigitalPaymentCustomerCleanupHook()
-
-
Method Details
-
cleanupRelatedObjects
- Specified by:
cleanupRelatedObjectsin interfacede.hybris.platform.retention.hook.ItemCleanupHook<CustomerModel>
-
getSapDigitalPaymentCustomerAccountService
- Returns:
- the sapDigitalPaymentCustomerAccountService
-
setSapDigitalPaymentCustomerAccountService
public void setSapDigitalPaymentCustomerAccountService(SapDigitalPaymentCustomerAccountService sapDigitalPaymentCustomerAccountService) - Parameters:
sapDigitalPaymentCustomerAccountService- the sapDigitalPaymentCustomerAccountService to set
-
getCisSapDigitalPaymentService
- Returns:
- the cisSapDigitalPaymentService
-
setCisSapDigitalPaymentService
- Parameters:
cisSapDigitalPaymentService- the cisSapDigitalPaymentService to set
-
getSapDigitalPaymentConfigurationStrategy
- Returns:
- the sapDigitalPaymentConfigurationStrategy
-
setSapDigitalPaymentConfigurationStrategy
public void setSapDigitalPaymentConfigurationStrategy(SapDigitalPaymentConfigurationStrategy sapDigitalPaymentConfigurationStrategy) - Parameters:
sapDigitalPaymentConfigurationStrategy- the sapDigitalPaymentConfigurationStrategy to set
-