Class DefaultCxStorefrontReportingStrategy
java.lang.Object
de.hybris.platform.personalizationservices.strategies.impl.DefaultCxStorefrontReportingStrategy
- All Implemented Interfaces:
CxStorefrontReportingStrategy
public class DefaultCxStorefrontReportingStrategy
extends Object
implements CxStorefrontReportingStrategy
Default implementation that returns always true
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermine if personalization data should be reported to storefrontvoidsetReportingActive(boolean reportingActive)
-
Constructor Details
-
DefaultCxStorefrontReportingStrategy
public DefaultCxStorefrontReportingStrategy()
-
-
Method Details
-
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)
-