Class CxConsentGivenEventListener
- java.lang.Object
-
- de.hybris.platform.personalizationservices.events.consent.CxBaseConsentEventListener
-
- de.hybris.platform.personalizationservices.events.consent.CxConsentGivenEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<ConsentGivenEvent>
public class CxConsentGivenEventListener extends CxBaseConsentEventListener implements org.springframework.context.ApplicationListener<ConsentGivenEvent>
-
-
Constructor Summary
Constructors Constructor Description CxConsentGivenEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseSiteServicegetBaseSiteService()protected UserServicegetUserService()voidonApplicationEvent(ConsentGivenEvent event)voidsetBaseSiteService(BaseSiteService baseSiteService)voidsetUserService(UserService userService)-
Methods inherited from class de.hybris.platform.personalizationservices.events.consent.CxBaseConsentEventListener
actionExist, getActions, getConsumers, getCxConfigurationService, getCxConsentService, getCxRecalculationService, isConsentTemplateValid, setConsumers, setCxConfigurationService, setCxConsentService, setCxRecalculationService
-
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(ConsentGivenEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<ConsentGivenEvent>
-
setBaseSiteService
public void setBaseSiteService(BaseSiteService baseSiteService)
-
getBaseSiteService
protected BaseSiteService getBaseSiteService()
-
setUserService
public void setUserService(UserService userService)
-
getUserService
protected UserService getUserService()
-
-