Interface UiService
- All Known Implementing Classes:
UiServiceImpl
public interface UiService
Service that provides the UI elements the current user has access to.
- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptionReturns the active environment.Returns the global menu items available to the current user.
-
Method Details
-
getGlobalMenu
Returns the global menu items available to the current user.- Returns:
- the list of menu items
- Throws:
AuthenticationException- if not user is logged inServiceLayerException- if another error occurs
-
getActiveEnvironment
Returns the active environment.- Returns:
- active environment
- Throws:
AuthenticationException- authentication error
-