Class ConfigUISupport
java.lang.Object
de.hybris.platform.sap.productconfig.frontend.util.impl.ConfigUISupport
Utility class to be called directly from the xhtml UI-components (tags)
-
Method Summary
Modifier and TypeMethodDescriptionprotected static ConfigurationExpertModeFacadestatic booleanhasRequiredCstic(List<CsticData> cstics) static boolean
-
Method Details
-
isExpertModeEnabled
public static boolean isExpertModeEnabled()- Returns:
- The status of the expert mode
-
hasRequiredCstic
- Parameters:
cstics- list of cstics- Returns:
true, only if the list of cstics has at least one required cstic
-
getExpertModeFacade
-