Class DefaultCxStorefrontReportingStrategy
- java.lang.Object
-
- de.hybris.platform.personalizationservices.strategies.impl.DefaultCxStorefrontReportingStrategy
-
- All Implemented Interfaces:
CxStorefrontReportingStrategy
public class DefaultCxStorefrontReportingStrategy extends java.lang.Object implements CxStorefrontReportingStrategy
Default implementation that returns always true
-
-
Constructor Summary
Constructors Constructor Description DefaultCxStorefrontReportingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisReportingActive()Determine if personalization data should be reported to storefrontvoidsetReportingActive(boolean reportingActive)
-
-
-
Method Detail
-
isReportingActive
public boolean isReportingActive()
Description copied from interface:CxStorefrontReportingStrategyDetermine if personalization data should be reported to storefront- Specified by:
isReportingActivein interfaceCxStorefrontReportingStrategy- Returns:
- true if personalization data should be reported
-
setReportingActive
public void setReportingActive(boolean reportingActive)
-
-