Class CxAnonymousConsentChangeEventListener

java.lang.Object
de.hybris.platform.personalizationservices.events.consent.CxBaseConsentEventListener
de.hybris.platform.personalizationservices.events.consent.CxAnonymousConsentChangeEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<AnonymousConsentChangeEvent>

public class CxAnonymousConsentChangeEventListener extends CxBaseConsentEventListener implements org.springframework.context.ApplicationListener<AnonymousConsentChangeEvent>
  • Constructor Details

    • CxAnonymousConsentChangeEventListener

      public CxAnonymousConsentChangeEventListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(AnonymousConsentChangeEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<AnonymousConsentChangeEvent>
    • populateSession

      protected void populateSession(AnonymousConsentChangeEvent event)
    • removeCxResultsForAnonymousUser

      protected void removeCxResultsForAnonymousUser()
    • setUserService

      public void setUserService(UserService userService)
    • getUserService

      protected UserService getUserService()
    • setSessionService

      public void setSessionService(SessionService sessionService)
    • getSessionService

      protected SessionService getSessionService()
    • getCxActionResultService

      protected CxActionResultService getCxActionResultService()
    • setCxActionResultService

      public void setCxActionResultService(CxActionResultService cxActionResultService)
    • getCxCatalogService

      protected CxCatalogService getCxCatalogService()
    • setCxCatalogService

      public void setCxCatalogService(CxCatalogService cxCatalogService)
    • getModelService

      protected ModelService getModelService()
    • setModelService

      public void setModelService(ModelService modelService)