Interface ABTestService
-
- All Known Implementing Classes:
DefaultABTestService
public interface ABTestServiceThe Interface ABTestService. It provides methods for AB test support.- Spring Bean ID:
- abTestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleCMSComponentModelgetRandomCmsComponent(ABTestCMSComponentContainerModel container)Gets the randomSimpleCMSComponentobject.java.util.List<SimpleCMSComponentModel>getRandomCMSComponents(ABTestCMSComponentContainerModel container)Gets the list of randomSimpleCMSComponentobjects.
-
-
-
Method Detail
-
getRandomCmsComponent
SimpleCMSComponentModel getRandomCmsComponent(ABTestCMSComponentContainerModel container)
Gets the randomSimpleCMSComponentobject.- Parameters:
container- theABTestCMSComponentContainerModelobject for which random object will be obtained.- Returns:
- the random
SimpleCMSComponentModelobject.
-
getRandomCMSComponents
java.util.List<SimpleCMSComponentModel> getRandomCMSComponents(ABTestCMSComponentContainerModel container)
Gets the list of randomSimpleCMSComponentobjects.- Parameters:
container- theABTestCMSComponentContainerModelobject for which list will be obtained.- Returns:
- the list of random
SimpleCMSComponentModelobjects.
-
-