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 Detail

      • getRandomCmsComponent

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

        java.util.List<SimpleCMSComponentModel> getRandomCMSComponents​(ABTestCMSComponentContainerModel container)
        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.