Uses of Class
de.hybris.platform.commerceservices.event.AnonymousConsentChangeEvent
-
-
Uses of AnonymousConsentChangeEvent in de.hybris.platform.commerceservices.consent
Methods in de.hybris.platform.commerceservices.consent that return AnonymousConsentChangeEvent Modifier and Type Method Description AnonymousConsentChangeEventAnonymousConsentChangeEventFactory. buildEvent(java.lang.String templateCode, java.lang.String previousState, java.lang.String currentState, java.util.Map<java.lang.String,java.lang.String> consents) -
Uses of AnonymousConsentChangeEvent in de.hybris.platform.commerceservices.consent.impl
Methods in de.hybris.platform.commerceservices.consent.impl that return AnonymousConsentChangeEvent Modifier and Type Method Description AnonymousConsentChangeEventDefaultAnonymousUserConsentChangeEventFactory. buildEvent(java.lang.String templateCode, java.lang.String previousState, java.lang.String currentState, java.util.Map<java.lang.String,java.lang.String> consents) -
Uses of AnonymousConsentChangeEvent in de.hybris.platform.personalizationservices.events.consent
Methods in de.hybris.platform.personalizationservices.events.consent with parameters of type AnonymousConsentChangeEvent Modifier and Type Method Description voidCxAnonymousConsentChangeEventListener. onApplicationEvent(AnonymousConsentChangeEvent event)protected voidCxAnonymousConsentChangeEventListener. populateSession(AnonymousConsentChangeEvent event) -
Uses of AnonymousConsentChangeEvent in de.hybris.platform.personalizationyprofile.event
Methods in de.hybris.platform.personalizationyprofile.event with parameters of type AnonymousConsentChangeEvent Modifier and Type Method Description protected booleanCxCdsAnonymousConsentChangeEventListener. isProfileConsentWithdrawn(AnonymousConsentChangeEvent event)voidCxCdsAnonymousConsentChangeEventListener. onApplicationEvent(AnonymousConsentChangeEvent event)
-