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 Type
    Method
    Description
    void
    Disable the expert mode.
    void
    Enable expert mode for the product configuration, so that technical information are shown in the UI.
    boolean
    Check if expert mode is currently activated.
    boolean
    Check 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.