Class DefaultCustomerConsentDataStrategy
- java.lang.Object
-
- de.hybris.platform.acceleratorstorefrontcommons.strategy.impl.DefaultCustomerConsentDataStrategy
-
- All Implemented Interfaces:
CustomerConsentDataStrategy,CustomerConsentDataStrategy
@Deprecated(since="2005") public class DefaultCustomerConsentDataStrategy extends java.lang.Object implements CustomerConsentDataStrategy
Deprecated.Default implementation of @CustomerConsentDataStrategyDeprecated, please useDefaultCustomerConsentDataStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCustomerConsentDataStrategy()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CustomerConsentDataStrategygetCustomerConsentDataStrategy()Deprecated.voidpopulateCustomerConsentDataInSession()Deprecated.Injects the customer consents into the session as a Hashmap.voidsetCustomerConsentDataStrategy(CustomerConsentDataStrategy customerConsentDataStrategy)Deprecated.
-
-
-
Method Detail
-
populateCustomerConsentDataInSession
public void populateCustomerConsentDataInSession()
Deprecated.Description copied from interface:CustomerConsentDataStrategyInjects the customer consents into the session as a Hashmap.- Specified by:
populateCustomerConsentDataInSessionin interfaceCustomerConsentDataStrategy
-
getCustomerConsentDataStrategy
public CustomerConsentDataStrategy getCustomerConsentDataStrategy()
Deprecated.
-
setCustomerConsentDataStrategy
public void setCustomerConsentDataStrategy(CustomerConsentDataStrategy customerConsentDataStrategy)
Deprecated.
-
-