Class CxBaseConsentEventListener
- java.lang.Object
-
- de.hybris.platform.personalizationservices.events.consent.CxBaseConsentEventListener
-
- Direct Known Subclasses:
CxAnonymousConsentChangeEventListener,CxConsentGivenEventListener,CxConsentWithdrawnEventListener
public class CxBaseConsentEventListener extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxBaseConsentEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanactionExist(java.lang.String actionName)protected java.util.List<RecalculateAction>getActions(java.util.Set<java.lang.String> actions)protected java.util.List<AnonymousConsentChangeEventDataConsumer>getConsumers()protected CxConfigurationServicegetCxConfigurationService()protected CxConsentServicegetCxConsentService()protected CxRecalculationServicegetCxRecalculationService()protected booleanisConsentTemplateValid(java.lang.String consentTemplateId)voidsetConsumers(java.util.List<AnonymousConsentChangeEventDataConsumer> consumers)voidsetCxConfigurationService(CxConfigurationService cxConfigurationService)voidsetCxConsentService(CxConsentService cxConsentService)voidsetCxRecalculationService(CxRecalculationService cxRecalculationService)
-
-
-
Method Detail
-
getActions
protected java.util.List<RecalculateAction> getActions(java.util.Set<java.lang.String> actions)
-
actionExist
protected boolean actionExist(java.lang.String actionName)
-
isConsentTemplateValid
protected boolean isConsentTemplateValid(java.lang.String consentTemplateId)
-
setCxConfigurationService
public void setCxConfigurationService(CxConfigurationService cxConfigurationService)
-
getCxConfigurationService
protected CxConfigurationService getCxConfigurationService()
-
setCxConsentService
public void setCxConsentService(CxConsentService cxConsentService)
-
getCxConsentService
protected CxConsentService getCxConsentService()
-
setCxRecalculationService
public void setCxRecalculationService(CxRecalculationService cxRecalculationService)
-
getCxRecalculationService
protected CxRecalculationService getCxRecalculationService()
-
setConsumers
@Autowired(required=false) public void setConsumers(java.util.List<AnonymousConsentChangeEventDataConsumer> consumers)
-
getConsumers
protected java.util.List<AnonymousConsentChangeEventDataConsumer> getConsumers()
-
-