Interface UiServiceInternal
- All Known Implementing Classes:
UiServiceInternalImpl
public interface UiServiceInternal
Internal version of the
UiService.- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptiongetGlobalMenu(Set<String> permissions) Returns the global menu items available based on the specified permissions
-
Method Details
-
getGlobalMenu
Returns the global menu items available based on the specified permissions- Parameters:
permissions- the permissions that restrict what menu items the user has access to- Returns:
- the list of menu items
- Throws:
ServiceLayerException- if another error occurs
-