Class DummyAnalyticsProvider
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.impl.DummyAnalyticsProvider
- All Implemented Interfaces:
AnalyticsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPopularity(ConfigModel config) Provides AnalyticsDocument object, which contains popularity information for the given ConfigModel Retrieves if present current total price, base price and selected options pricebooleanisActive()Indicates whether the product configuration intelligence provider is active
-
Constructor Details
-
DummyAnalyticsProvider
public DummyAnalyticsProvider()
-
-
Method Details
-
getPopularity
Description copied from interface:AnalyticsProviderProvides AnalyticsDocument object, which contains popularity information for the given ConfigModel Retrieves if present current total price, base price and selected options price- Specified by:
getPopularityin interfaceAnalyticsProvider- Parameters:
config- configuration model for which popularity should be retrieved- Returns:
- analytics document
-
isActive
public boolean isActive()Description copied from interface:AnalyticsProviderIndicates whether the product configuration intelligence provider is active- Specified by:
isActivein interfaceAnalyticsProvider- Returns:
- true if product configuration intelligence provider is active in the implementation
-