Class ConfigUISupport
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.frontend.util.impl.ConfigUISupport
-
public class ConfigUISupport extends java.lang.ObjectUtility class to be called directly from the xhtml UI-components (tags)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static ConfigurationExpertModeFacadegetExpertModeFacade()static booleanhasRequiredCstic(java.util.List<CsticData> cstics)static booleanisExpertModeEnabled()
-
-
-
Method Detail
-
isExpertModeEnabled
public static boolean isExpertModeEnabled()
- Returns:
- The status of the expert mode
-
hasRequiredCstic
public static boolean hasRequiredCstic(java.util.List<CsticData> cstics)
- Parameters:
cstics- list of cstics- Returns:
true, only if the list of cstics has at least one required cstic
-
getExpertModeFacade
protected static ConfigurationExpertModeFacade getExpertModeFacade()
-
-