Class DefaultAnonymousUserConsentChangeEventFactory
java.lang.Object
de.hybris.platform.commerceservices.consent.impl.DefaultAnonymousUserConsentChangeEventFactory
- All Implemented Interfaces:
AnonymousConsentChangeEventFactory
public class DefaultAnonymousUserConsentChangeEventFactory
extends Object
implements AnonymousConsentChangeEventFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildEvent(String templateCode, String previousState, String currentState, Map<String, String> consents) voidsetProviders(List<AnonymousConsentChangeEventDataProvider> providers)
-
Constructor Details
-
DefaultAnonymousUserConsentChangeEventFactory
public DefaultAnonymousUserConsentChangeEventFactory()
-
-
Method Details
-
buildEvent
public AnonymousConsentChangeEvent buildEvent(String templateCode, String previousState, String currentState, Map<String, String> consents) - Specified by:
buildEventin interfaceAnonymousConsentChangeEventFactory
-
setProviders
-