Interface Variation2Delegate
public interface Variation2Delegate
Delegate to validate and/or return the information related to Variation2.
This interface should be implemented by customized implementation.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetAllNextVariation2(ViewManageable viewManageable, View[] views) For a given ViewManageable and array of Views, return a map containing information of next value of Variation2.
-
Method Details
-
getAllNextVariation2
For a given ViewManageable and array of Views, return a map containing information of next value of Variation2.
Supported API: true- Parameters:
viewManageable- ViewManageable for which we want the next value of Variation2 if the view specified in views input array existsviews- Array of views for which we want the next value of Variation2- Returns:
- HashMap Map with key as the views passed as part of views input array and value is another map with key as variation 1 and value as next value of variation 2
- Throws:
WTException
-