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 Details

    • getAnalyticData

      List<AnalyticCsticData> getAnalyticData(List<String> csticUiKeys, String configId)
      Reads the analytical data for the given list of cstics.
      Parameters:
      csticUiKeys - list of cstic ui keys for which analytical data should be obtained
      configId - the config id for which analytical data should be obtained
      Returns:
      analytical data