Class DefaultCustomerConsentDataStrategy
- java.lang.Object
-
- de.hybris.platform.acceleratorstorefrontcommons.strategy.impl.DefaultCustomerConsentDataStrategy
-
- All Implemented Interfaces:
CustomerConsentDataStrategy,de.hybris.platform.commercefacades.consent.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 de.hybris.platform.commercefacades.consent.CustomerConsentDataStrategygetCustomerConsentDataStrategy()Deprecated.voidpopulateCustomerConsentDataInSession()Deprecated.voidsetCustomerConsentDataStrategy(de.hybris.platform.commercefacades.consent.CustomerConsentDataStrategy customerConsentDataStrategy)Deprecated.
-
-
-
Method Detail
-
populateCustomerConsentDataInSession
public void populateCustomerConsentDataInSession()
Deprecated.- Specified by:
populateCustomerConsentDataInSessionin interfacede.hybris.platform.commercefacades.consent.CustomerConsentDataStrategy
-
getCustomerConsentDataStrategy
public de.hybris.platform.commercefacades.consent.CustomerConsentDataStrategy getCustomerConsentDataStrategy()
Deprecated.
-
setCustomerConsentDataStrategy
public void setCustomerConsentDataStrategy(de.hybris.platform.commercefacades.consent.CustomerConsentDataStrategy customerConsentDataStrategy)
Deprecated.
-
-