Interface ConfigurationExpertModeFacade
-
- All Known Implementing Classes:
ConfigurationExpertModeFacadeImpl
public interface ConfigurationExpertModeFacadeHandling of the Expert Mode. This supports user to see also technical names and hidden fields on the UI layer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisableExpertMode()Disable the expert mode.voidenableExpertMode()Enable expert mode for the product configuration, so that technical information are shown in the UI.booleanisExpertModeActive()Check if expert mode is currently activated.booleanisExpertModeAllowedForCurrentUser()Check if the current user belongs to the expert mode user group.
-
-
-
Method Detail
-
isExpertModeAllowedForCurrentUser
boolean isExpertModeAllowedForCurrentUser()
Check if the current user belongs to the expert mode user group.- Returns:
- If user is allowed return TRUE
-
isExpertModeActive
boolean isExpertModeActive()
Check if expert mode is currently activated.- Returns:
- TRUE If the expert mode is activated
-
enableExpertMode
void enableExpertMode()
Enable expert mode for the product configuration, so that technical information are shown in the UI.
-
disableExpertMode
void disableExpertMode()
Disable the expert mode.
-
-