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 Details

    • DefaultCxStorefrontReportingStrategy

      public DefaultCxStorefrontReportingStrategy()
  • Method Details

    • isReportingActive

      public boolean isReportingActive()
      Description copied from interface: CxStorefrontReportingStrategy
      Determine if personalization data should be reported to storefront
      Specified by:
      isReportingActive in interface CxStorefrontReportingStrategy
      Returns:
      true if personalization data should be reported
    • setReportingActive

      public void setReportingActive(boolean reportingActive)