Interface UiServiceInternal

All Known Implementing Classes:
UiServiceInternalImpl

public interface UiServiceInternal
Internal version of the UiService.
Author:
avasquez
  • Method Summary

    Modifier and Type
    Method
    Description
    getGlobalMenu(Set<String> permissions)
    Returns the global menu items available based on the specified permissions
  • Method Details

    • getGlobalMenu

      List<MenuItem> getGlobalMenu(Set<String> permissions) throws ServiceLayerException
      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