Class DefaultCustomerConsentDataStrategy
- java.lang.Object
-
- de.hybris.platform.acceleratorstorefrontcommons.strategy.impl.DefaultCustomerConsentDataStrategy
-
- All Implemented Interfaces:
CustomerConsentDataStrategy
public class DefaultCustomerConsentDataStrategy extends java.lang.Object implements CustomerConsentDataStrategy
Default implementation of @CustomerConsentDataStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCustomerConsentDataStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConsentFacadegetConsentFacade()protected SessionServicegetSessionService()voidpopulateCustomerConsentDataInSession()Injects the customer consents into the session as a Hashmap.voidsetConsentFacade(ConsentFacade consentFacade)voidsetSessionService(SessionService sessionService)
-
-
-
Method Detail
-
populateCustomerConsentDataInSession
public void populateCustomerConsentDataInSession()
Description copied from interface:CustomerConsentDataStrategyInjects the customer consents into the session as a Hashmap.- Specified by:
populateCustomerConsentDataInSessionin interfaceCustomerConsentDataStrategy
-
getConsentFacade
protected ConsentFacade getConsentFacade()
-
setConsentFacade
public void setConsentFacade(ConsentFacade consentFacade)
-
getSessionService
protected SessionService getSessionService()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-