Interface MenuAccessConfigurationManager


public interface MenuAccessConfigurationManager
  • Method Details

    • deleteRoleAccessToControlMenu

      void deleteRoleAccessToControlMenu(com.liferay.portal.kernel.model.Role role) throws Exception
      Throws:
      Exception
    • getAccessToControlMenuRoleIds

      String[] getAccessToControlMenuRoleIds(long groupId) throws Exception
      Throws:
      Exception
    • isShowControlMenuByRole

      boolean isShowControlMenuByRole(long groupId) throws Exception
      Throws:
      Exception
    • updateMenuAccessConfiguration

      void updateMenuAccessConfiguration(long groupId, String[] roleIdsCanSeeControlMenu, boolean showControlMenuByRole) throws Exception
      Throws:
      Exception