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 Summary
Modifier and TypeMethodDescriptionGets the randomSimpleCMSComponentobject.Gets the list of randomSimpleCMSComponentobjects.
-
Method Details
-
getRandomCmsComponent
Gets the randomSimpleCMSComponentobject.- Parameters:
container- theABTestCMSComponentContainerModelobject for which random object will be obtained.- Returns:
- the random
SimpleCMSComponentModelobject.
-
getRandomCMSComponents
Gets the list of randomSimpleCMSComponentobjects.- Parameters:
container- theABTestCMSComponentContainerModelobject for which list will be obtained.- Returns:
- the list of random
SimpleCMSComponentModelobjects.
-