Class DefaultAnonymousUserConsentChangeEventFactory
- java.lang.Object
-
- de.hybris.platform.commerceservices.consent.impl.DefaultAnonymousUserConsentChangeEventFactory
-
- All Implemented Interfaces:
AnonymousConsentChangeEventFactory
public class DefaultAnonymousUserConsentChangeEventFactory extends java.lang.Object implements AnonymousConsentChangeEventFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultAnonymousUserConsentChangeEventFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnonymousConsentChangeEvent
buildEvent(java.lang.String templateCode, java.lang.String previousState, java.lang.String currentState, java.util.Map<java.lang.String,java.lang.String> consents)
void
setProviders(java.util.List<AnonymousConsentChangeEventDataProvider> providers)
-
-
-
Method Detail
-
buildEvent
public AnonymousConsentChangeEvent buildEvent(java.lang.String templateCode, java.lang.String previousState, java.lang.String currentState, java.util.Map<java.lang.String,java.lang.String> consents)
- Specified by:
buildEvent
in interfaceAnonymousConsentChangeEventFactory
-
setProviders
public void setProviders(java.util.List<AnonymousConsentChangeEventDataProvider> providers)
-
-