Class CxCdsConsentWithdrawnEventListener
- java.lang.Object
-
- de.hybris.platform.personalizationyprofile.event.CxCdsConsentWithdrawnEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<ConsentWithdrawnEvent>
public class CxCdsConsentWithdrawnEventListener extends java.lang.Object implements org.springframework.context.ApplicationListener<ConsentWithdrawnEvent>
-
-
Constructor Summary
Constructors Constructor Description CxCdsConsentWithdrawnEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DefaultCxProfileIdentifierStrategygetDefaultCxProfileIdentifierStrategy()protected booleanisProfileConsentWithdrawn(ConsentModel consent)voidonApplicationEvent(ConsentWithdrawnEvent event)protected voidresetProfileIdentifier(CustomerModel customer)voidsetDefaultCxProfileIdentifierStrategy(DefaultCxProfileIdentifierStrategy defaultCxProfileIdentifierStrategy)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ConsentWithdrawnEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<ConsentWithdrawnEvent>
-
isProfileConsentWithdrawn
protected boolean isProfileConsentWithdrawn(ConsentModel consent)
-
resetProfileIdentifier
protected void resetProfileIdentifier(CustomerModel customer)
-
getDefaultCxProfileIdentifierStrategy
protected DefaultCxProfileIdentifierStrategy getDefaultCxProfileIdentifierStrategy()
-
setDefaultCxProfileIdentifierStrategy
public void setDefaultCxProfileIdentifierStrategy(DefaultCxProfileIdentifierStrategy defaultCxProfileIdentifierStrategy)
-
-