Interface ABTestService

All Known Implementing Classes:
DefaultABTestService

public interface ABTestService
The Interface ABTestService. It provides methods for AB test support.
Spring Bean ID:
abTestService
  • Method Details

    • getRandomCmsComponent

      Gets the random SimpleCMSComponent object.
      Parameters:
      container - the ABTestCMSComponentContainerModel object for which random object will be obtained.
      Returns:
      the random SimpleCMSComponentModel object.
    • getRandomCMSComponents

      Gets the list of random SimpleCMSComponent objects.
      Parameters:
      container - the ABTestCMSComponentContainerModel object for which list will be obtained.
      Returns:
      the list of random SimpleCMSComponentModel objects.