Interface ConfigurationAnalyticsFacade
- All Known Implementing Classes:
ConfigurationAnalyticsFacadeImpl
public interface ConfigurationAnalyticsFacade
Facade for integration of analytical capbalilities with product configuration. A typical use case is show the percent
of customers that selected a certain option with the configuartion.
-
Method Summary
Modifier and TypeMethodDescriptiongetAnalyticData(List<String> csticUiKeys, String configId) Reads the analytical data for the given list of cstics.
-
Method Details
-
getAnalyticData
Reads the analytical data for the given list of cstics.- Parameters:
csticUiKeys- list of cstic ui keys for which analytical data should be obtainedconfigId- the config id for which analytical data should be obtained- Returns:
- analytical data
-