Interface PanelCategoryRoleTypeMapper
public interface PanelCategoryRoleTypeMapper
Defines a mapping between role types and a panel category. When implemented,
the returned role types will be able to define permissions for apps under the
returned panel category. This will be visible in the Define Permissions view
in the Roles Admin portlet.
-
Method Summary
Modifier and TypeMethodDescriptiondefault String[]getExcludedPanelAppKeys(com.liferay.portal.kernel.model.Role role) int[]
-
Method Details
-
getExcludedPanelAppKeys
-
getPanelCategoryKey
String getPanelCategoryKey() -
getRoleTypes
int[] getRoleTypes()
-