Interface MenuAccessConfigurationManager
public interface MenuAccessConfigurationManager
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRoleAccessToControlMenu(com.liferay.portal.kernel.model.Role role) String[]getAccessToControlMenuRoleIds(long groupId) booleanisShowControlMenuByRole(long groupId) voidupdateMenuAccessConfiguration(long groupId, String[] roleIdsCanSeeControlMenu, boolean showControlMenuByRole)
-
Method Details
-
deleteRoleAccessToControlMenu
- Throws:
Exception
-
getAccessToControlMenuRoleIds
- Throws:
Exception
-
isShowControlMenuByRole
- Throws:
Exception
-
updateMenuAccessConfiguration
void updateMenuAccessConfiguration(long groupId, String[] roleIdsCanSeeControlMenu, boolean showControlMenuByRole) throws Exception - Throws:
Exception
-