Class DefaultCustomerConsentDataStrategy
java.lang.Object
de.hybris.platform.commercefacades.consent.impl.DefaultCustomerConsentDataStrategy
- All Implemented Interfaces:
CustomerConsentDataStrategy
public class DefaultCustomerConsentDataStrategy
extends Object
implements CustomerConsentDataStrategy
Default implementation of @
CustomerConsentDataStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ConsentFacadeprotected StringgetConsentState(ConsentTemplateData consent) protected SessionServicevoidInjects the customer consents into the session as a Hashmap.voidsetConsentFacade(ConsentFacade consentFacade) voidsetSessionService(SessionService sessionService)
-
Constructor Details
-
DefaultCustomerConsentDataStrategy
public DefaultCustomerConsentDataStrategy()
-
-
Method Details
-
populateCustomerConsentDataInSession
public void populateCustomerConsentDataInSession()Description copied from interface:CustomerConsentDataStrategyInjects the customer consents into the session as a Hashmap.- Specified by:
populateCustomerConsentDataInSessionin interfaceCustomerConsentDataStrategy
-
getConsentState
-
getConsentFacade
-
setConsentFacade
-
getSessionService
-
setSessionService
-