Interface ConfigurationExpertModeFacade
- All Known Implementing Classes:
ConfigurationExpertModeFacadeImpl
public interface ConfigurationExpertModeFacade
Handling of the Expert Mode. This supports user to see
also technical names and hidden fields on the UI layer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDisable the expert mode.voidEnable expert mode for the product configuration, so that technical information are shown in the UI.booleanCheck if expert mode is currently activated.booleanCheck if the current user belongs to the expert mode user group.
-
Method Details
-
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.
-