Class CxBaseConsentEventListener
java.lang.Object
de.hybris.platform.personalizationservices.events.consent.CxBaseConsentEventListener
- Direct Known Subclasses:
CxAnonymousConsentChangeEventListener,CxConsentGivenEventListener,CxConsentWithdrawnEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanactionExist(String actionName) protected List<RecalculateAction>getActions(Set<String> actions) protected List<AnonymousConsentChangeEventDataConsumer>protected CxConfigurationServiceprotected CxConsentServiceprotected CxRecalculationServiceprotected booleanisConsentTemplateValid(String consentTemplateId) voidsetConsumers(List<AnonymousConsentChangeEventDataConsumer> consumers) voidsetCxConfigurationService(CxConfigurationService cxConfigurationService) voidsetCxConsentService(CxConsentService cxConsentService) voidsetCxRecalculationService(CxRecalculationService cxRecalculationService)
-
Constructor Details
-
CxBaseConsentEventListener
public CxBaseConsentEventListener()
-
-
Method Details
-
getActions
-
actionExist
-
isConsentTemplateValid
-
setCxConfigurationService
-
getCxConfigurationService
-
setCxConsentService
-
getCxConsentService
-
setCxRecalculationService
-
getCxRecalculationService
-
setConsumers
@Autowired(required=false) public void setConsumers(List<AnonymousConsentChangeEventDataConsumer> consumers) -
getConsumers
-