Package com.hybris.yprofile.listeners
Class ConsentWithdrawnEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.commerceservices.event.AbstractSiteEventListener<ConsentWithdrawnEvent>
com.hybris.yprofile.listeners.ConsentWithdrawnEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<ConsentWithdrawnEvent>
Event listener for Consent Withdrawn Event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static booleanprotected voidonSiteEvent(ConsentWithdrawnEvent event) voidsetConsentService(ConsentService consentService) protected booleanMethods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEventMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
ConsentWithdrawnEventListener
public ConsentWithdrawnEventListener()
-
-
Method Details
-
onSiteEvent
- Specified by:
onSiteEventin classAbstractSiteEventListener<ConsentWithdrawnEvent>
-
shouldHandleEvent
- Specified by:
shouldHandleEventin classAbstractSiteEventListener<ConsentWithdrawnEvent>
-
isProfileConsentWithdrawn
-
getConsentService
-
setConsentService
-